Pin nh version

This commit is contained in:
Alexander Heldt
2026-03-19 13:05:51 +01:00
parent 6b054a238d
commit d8b61a42f3
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View File

@@ -641,16 +641,17 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1773843743, "lastModified": 1773920367,
"narHash": "sha256-CWGINM9RbbLk9WRWSvhoHjIp6Onh6KKiex6NIN1tW/s=", "narHash": "sha256-ADGQjlsFzT9POglBkBJZcFqg3go4d+J3E4GS4WlxENY=",
"owner": "viperML", "owner": "viperML",
"repo": "nh", "repo": "nh",
"rev": "bb2bdd2dff057ac869a2ab9cefc70cb2b68ebf79", "rev": "b00a24b39944efd4ec7944f02e0bd9113d991767",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "viperML", "owner": "viperML",
"repo": "nh", "repo": "nh",
"rev": "b00a24b39944efd4ec7944f02e0bd9113d991767",
"type": "github" "type": "github"
} }
}, },

View File

@@ -12,7 +12,7 @@
}; };
nh = { nh = {
url = "github:viperML/nh"; url = "github:viperML/nh/b00a24b39944efd4ec7944f02e0bd9113d991767";
}; };
nix-gc-env.url = "github:Julow/nix-gc-env"; nix-gc-env.url = "github:Julow/nix-gc-env";