maint: Update nix to master

(cherry picked from commit 941dfa89024bde628dc1add30442d1d122a82ffb)
This commit is contained in:
Robert Hensing 2024-05-24 09:54:15 +02:00
parent 1ac0f10f74
commit 8fcc645c5d
2 changed files with 6 additions and 7 deletions

11
flake.lock generated
View file

@ -214,16 +214,15 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1714582044, "lastModified": 1716532322,
"narHash": "sha256-+I7oZyclF/qcQxJYCsKRfYDk5Yzo/Xug/XhI+bSrnx8=", "narHash": "sha256-Lsd3e8xDtAfo/RgpzYgi1P2Wkp1DqTP3n8TI1BK1JPY=",
"owner": "hercules-ci", "owner": "NixOS",
"repo": "nix", "repo": "nix",
"rev": "38974360102e67aaf2434fd3f920e2cd1bb3fa75", "rev": "c90a763273f94ec5e82f21bfb2b359d04af86383",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hercules-ci", "owner": "NixOS",
"ref": "fix-eval-state-baseEnv-gc-root",
"repo": "nix", "repo": "nix",
"type": "github" "type": "github"
} }

View file

@ -4,7 +4,7 @@
inputs = { inputs = {
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
nix.url = "github:hercules-ci/nix/fix-eval-state-baseEnv-gc-root"; nix.url = "github:NixOS/nix";
nix.inputs.nixpkgs.follows = "nixpkgs"; nix.inputs.nixpkgs.follows = "nixpkgs";
nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration"; nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration";
nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs"; nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs";