maint: Update nix to 2.29pre

(cherry picked from commit 81dee2336145d5fb4f32c95ff0319f1f8fdcfd96)
This commit is contained in:
Robert Hensing 2025-04-02 18:54:19 +02:00
parent 8f7d3d5385
commit 5a6cd50177
2 changed files with 4 additions and 5 deletions

7
flake.lock generated
View file

@ -170,16 +170,15 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1743546210,
"narHash": "sha256-/YsfAN3uBmP29krurNlLxs3fIdwDSG21kqeKWzQlm9Q=",
"lastModified": 1744095711,
"narHash": "sha256-Aqnj5+sA7B4ZRympuyfWPPK83iomKHEHMYhlwslI8iA=",
"owner": "NixOS",
"repo": "nix",
"rev": "cf409fd250db6e8e07d80b9871bceb5defdaf6e1",
"rev": "e76bbe413e86e3208bb9824e339d59af25327101",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "master",
"repo": "nix",
"type": "github"
}

View file

@ -3,7 +3,7 @@
inputs = {
flake-parts.url = "github:hercules-ci/flake-parts";
nix.url = "github:NixOS/nix/master";
nix.url = "github:NixOS/nix";
nix.inputs.nixpkgs.follows = "nixpkgs";
nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration";
nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs";