mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
update nix
This commit is contained in:
parent
7c77770bca
commit
cd55b1bf6f
3 changed files with 7 additions and 13 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -573,16 +573,15 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1727439651,
|
"lastModified": 1728154788,
|
||||||
"narHash": "sha256-cMfDBWlWjCy+B6W68xJg5CIC4zghOi6KG1QXnflT6uY=",
|
"narHash": "sha256-x7w/gBydlh5hljMuwXb/FgNNvSPc8p2SrnmVxARXddM=",
|
||||||
"owner": "yannham",
|
"owner": "Gerg-L",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "27b2fc43d4059cb9ad7cf75f492ea8cf9d41f697",
|
"rev": "83bb6f24352d54d42225286580cb69ab27fd3c99",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "yannham",
|
"owner": "Gerg-L",
|
||||||
"ref": "27b2fc43d4059cb9ad7cf75f492ea8cf9d41f697",
|
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,8 @@
|
||||||
#repo = "nix";
|
#repo = "nix";
|
||||||
#ref = "08deebddf26be28e5367983fdece18c484bbe410";
|
#ref = "08deebddf26be28e5367983fdece18c484bbe410";
|
||||||
|
|
||||||
owner = "yannham";
|
owner = "Gerg-L";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
ref = "27b2fc43d4059cb9ad7cf75f492ea8cf9d41f697";
|
|
||||||
inputs.nixpkgs.follows = "stable";
|
inputs.nixpkgs.follows = "stable";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
|
|
||||||
|
|
@ -26,11 +26,7 @@
|
||||||
#
|
#
|
||||||
# Use nix directly from master
|
# Use nix directly from master
|
||||||
#
|
#
|
||||||
package = nix.packages.default.overrideAttrs (old: {
|
package = nix.packages.default;
|
||||||
meta = old.meta // {
|
|
||||||
mainProgram = "nix";
|
|
||||||
};
|
|
||||||
});
|
|
||||||
#
|
#
|
||||||
# Other nix settings
|
# Other nix settings
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue