nix nar test fixed

This commit is contained in:
Gerg-L 2024-10-07 22:07:02 -04:00
parent 61c3d9d96d
commit d9ad476677
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
2 changed files with 8 additions and 10 deletions

11
flake.lock generated
View file

@ -573,15 +573,16 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1728154788,
"narHash": "sha256-x7w/gBydlh5hljMuwXb/FgNNvSPc8p2SrnmVxARXddM=",
"owner": "Gerg-L",
"lastModified": 1728310575,
"narHash": "sha256-R13o8hNhzuTuEwUBViVOmT4OM0/I2d9DxnkxQOip1yg=",
"owner": "NixOS",
"repo": "nix",
"rev": "83bb6f24352d54d42225286580cb69ab27fd3c99",
"rev": "26c3fc11eada3fa7df0284190095868a947fefe2",
"type": "github"
},
"original": {
"owner": "Gerg-L",
"owner": "NixOS",
"ref": "26c3fc11eada3fa7df0284190095868a947fefe2",
"repo": "nix",
"type": "github"
}

View file

@ -22,12 +22,9 @@
#nix itself
nix = {
type = "github";
#owner = "NixOS";
#repo = "nix";
#ref = "08deebddf26be28e5367983fdece18c484bbe410";
owner = "Gerg-L";
owner = "NixOS";
repo = "nix";
ref = "26c3fc11eada3fa7df0284190095868a947fefe2";
inputs.nixpkgs.follows = "stable";
};
nixos-generators = {