update nix

This commit is contained in:
Gerg-L 2024-04-20 13:33:34 -04:00
parent f6e1f52aeb
commit 46a29bf761
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 5 additions and 6 deletions

8
flake.lock generated
View file

@ -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"
} }

View file

@ -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 = {

View file

@ -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;