Temporarily use different nix repo

Pin kernel... adam :(

symlink zpool cache because eelco told me so
This commit is contained in:
Gerg-L 2024-09-29 15:10:47 -04:00
parent fb8fe4b396
commit 70de5227fd
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
5 changed files with 26 additions and 12 deletions

View file

@ -22,9 +22,13 @@
#nix itself
nix = {
type = "github";
owner = "NixOS";
#owner = "NixOS";
#repo = "nix";
#ref = "08deebddf26be28e5367983fdece18c484bbe410";
owner = "yannham";
repo = "nix";
ref = "9f1e73ed372eb679aea2d4989ba01fe85f1e1569";
ref = "27b2fc43d4059cb9ad7cf75f492ea8cf9d41f697";
inputs.nixpkgs.follows = "stable";
};
nixos-generators = {