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
f6e1f52aeb
commit
46a29bf761
3 changed files with 5 additions and 6 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -147,16 +147,16 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1707913978,
|
"lastModified": 1713534536,
|
||||||
"narHash": "sha256-STyfZLkT0Sc6bNkfXVXR8OL0W7LUYHHuw4Bqwhb/Gr0=",
|
"narHash": "sha256-0bSGZRpPJSTwTdm4Br5F8yaDtAp4xsgVtQkdJIYoEe4=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "d857914e1a41670893d6571726588659afe7b1e9",
|
"rev": "8c4c2156bd786156a57219e78aa14a363ca8f041",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "d857914e1a41670893d6571726588659afe7b1e9",
|
"ref": "8c4c2156bd786156a57219e78aa14a363ca8f041",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
type = "github";
|
type = "github";
|
||||||
owner = "NixOS";
|
owner = "NixOS";
|
||||||
repo = "nix";
|
repo = "nix";
|
||||||
ref = "d857914e1a41670893d6571726588659afe7b1e9";
|
ref = "8c4c2156bd786156a57219e78aa14a363ca8f041";
|
||||||
inputs.nixpkgs.follows = "stable";
|
inputs.nixpkgs.follows = "stable";
|
||||||
};
|
};
|
||||||
nixos-generators = {
|
nixos-generators = {
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,6 @@ inputs:
|
||||||
"parse-toml-timestamps"
|
"parse-toml-timestamps"
|
||||||
"read-only-local-store"
|
"read-only-local-store"
|
||||||
"recursive-nix"
|
"recursive-nix"
|
||||||
"repl-flake"
|
|
||||||
"configurable-impure-env"
|
"configurable-impure-env"
|
||||||
];
|
];
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue