From 1edaffcc097bda7f429d470e547c9e38fbfdef8d Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Wed, 1 May 2024 18:58:09 +0200 Subject: [PATCH] flake: nix: NixOS/master -> hercules-ci/fix-eval-state-baseEnv-gc-root MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Flake lock file updates: • Updated input 'nix': 'github:nixos/nix/1cfc9da472f8dcfa7f521e544531d5e4daf2076c' (2024-04-23) → 'github:hercules-ci/nix/38974360102e67aaf2434fd3f920e2cd1bb3fa75' (2024-05-01) (cherry picked from commit b8001272187137243685870d414df28d1a229e02) --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index bca20aa..65bd0dc 100644 --- a/flake.lock +++ b/flake.lock @@ -214,15 +214,16 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1713862243, - "narHash": "sha256-mfJSQyO7je+/WSBmnl/LTGvqrzv3k1F0kEd7Wg+VXw4=", - "owner": "nixos", + "lastModified": 1714582044, + "narHash": "sha256-+I7oZyclF/qcQxJYCsKRfYDk5Yzo/Xug/XhI+bSrnx8=", + "owner": "hercules-ci", "repo": "nix", - "rev": "1cfc9da472f8dcfa7f521e544531d5e4daf2076c", + "rev": "38974360102e67aaf2434fd3f920e2cd1bb3fa75", "type": "github" }, "original": { - "owner": "nixos", + "owner": "hercules-ci", + "ref": "fix-eval-state-baseEnv-gc-root", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 393fab5..fc0ad04 100644 --- a/flake.nix +++ b/flake.nix @@ -4,7 +4,7 @@ inputs = { flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs"; - nix.url = "github:nixos/nix"; + nix.url = "github:hercules-ci/nix/fix-eval-state-baseEnv-gc-root"; nix.inputs.nixpkgs.follows = "nixpkgs"; nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration"; nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs";