flake: Move nh input to nix-community org

viperML/nh was moved to nix-community/nh and the old repo deleted, so
the pinned URL 404s on any re-fetch. The pinned commit still exists in
the new repo, so keep the exact rev and only change the owner.
This commit is contained in:
Alexander Heldt
2026-09-23 12:07:41 +02:00
parent babec6336f
commit 5768159618
2 changed files with 51 additions and 51 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
};
nh = {
url = "github:viperML/nh/b00a24b39944efd4ec7944f02e0bd9113d991767";
url = "github:nix-community/nh/b00a24b39944efd4ec7944f02e0bd9113d991767";
};
nix-gc-env.url = "github:Julow/nix-gc-env";