From 38ecaea78f83216c0141bc7225a05a5e096c73f4 Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Thu, 10 Oct 2024 13:40:37 +1100 Subject: [PATCH] fix: pin nixpkgs revision --- flake.lock | 12 ++++++------ flake.nix | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index f0bbeaf..b2c4339 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1724223767, - "narHash": "sha256-Ifph01gDo4i4B50rpeqmhta/BYX2LQwXby4+BjlLqLM=", + "lastModified": 1716357214, + "narHash": "sha256-gQh7A8QOJLUhO7bdtQ8ZW9/KM70ciKskxSYgC1Lzm6g=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3f33387a5c85d94b305062a4f97d5b2899094efa", + "rev": "e69e710edfed397959507bcee120ec8a9c7ff03e", "type": "github" }, "original": { @@ -39,11 +39,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1726018991, - "narHash": "sha256-/CuJ75h6NW0UR0Nv/4XCCYhNsVTDn2ezCepRN26eMbM=", + "lastModified": 1727848059, + "narHash": "sha256-ClOH2O/IMe3x8F735//QVIQVIPeTik9Fjn0P0n7JLYg=", "owner": "MatrixAI", "repo": "nixpkgs-matrix", - "rev": "e0cff071d16c8b601558d4a597e9d5d39a0db7af", + "rev": "4df49ebd2f7c72195ea9e2414e9a968693c68600", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3990a45..07a7058 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,8 @@ nixpkgs-matrix = { type = "indirect"; id = "nixpkgs-matrix"; + inputs.nixpkgs.url = + "github:NixOS/nixpkgs?rev=e69e710edfed397959507bcee120ec8a9c7ff03e"; }; flake-utils.url = "github:numtide/flake-utils"; };