mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nix nar test fixed
This commit is contained in:
parent
61c3d9d96d
commit
d9ad476677
2 changed files with 8 additions and 10 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -573,15 +573,16 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1728154788,
|
"lastModified": 1728310575,
|
||||||
"narHash": "sha256-x7w/gBydlh5hljMuwXb/FgNNvSPc8p2SrnmVxARXddM=",
|
"narHash": "sha256-R13o8hNhzuTuEwUBViVOmT4OM0/I2d9DxnkxQOip1yg=",
|
||||||
"owner": "Gerg-L",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "83bb6f24352d54d42225286580cb69ab27fd3c99",
|
"rev": "26c3fc11eada3fa7df0284190095868a947fefe2",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "Gerg-L",
|
"owner": "NixOS",
|
||||||
|
"ref": "26c3fc11eada3fa7df0284190095868a947fefe2",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -22,12 +22,9 @@
|
||||||
#nix itself
|
#nix itself
|
||||||
nix = {
|
nix = {
|
||||||
type = "github";
|
type = "github";
|
||||||
#owner = "NixOS";
|
owner = "NixOS";
|
||||||
#repo = "nix";
|
|
||||||
#ref = "08deebddf26be28e5367983fdece18c484bbe410";
|
|
||||||
|
|
||||||
owner = "Gerg-L";
|
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
|
ref = "26c3fc11eada3fa7df0284190095868a947fefe2";
|
||||||
inputs.nixpkgs.follows = "stable";
|
inputs.nixpkgs.follows = "stable";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue