treewide: use nh from master instead of nixpkgs

This commit is contained in:
Nikodem Rabuliński 2025-05-01 22:37:04 +02:00
parent e89f83a559
commit 46e631c8c5
Signed by: nrabulinski
SSH key fingerprint: SHA256:AZZVyfKStaCo8sbJB+3Rr/CRrlym1oEgw7vMnynJeR8
5 changed files with 29 additions and 3 deletions

View file

@ -91,5 +91,9 @@
url = "github:nilla-nix/nilla";
flake = false;
};
nh = {
url = "github:nix-community/nh";
flake = false;
};
};
}