diff --git a/flake.lock b/flake.lock index 65bd0dc..70d82fa 100644 --- a/flake.lock +++ b/flake.lock @@ -214,16 +214,15 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714582044, - "narHash": "sha256-+I7oZyclF/qcQxJYCsKRfYDk5Yzo/Xug/XhI+bSrnx8=", - "owner": "hercules-ci", + "lastModified": 1716532322, + "narHash": "sha256-Lsd3e8xDtAfo/RgpzYgi1P2Wkp1DqTP3n8TI1BK1JPY=", + "owner": "NixOS", "repo": "nix", - "rev": "38974360102e67aaf2434fd3f920e2cd1bb3fa75", + "rev": "c90a763273f94ec5e82f21bfb2b359d04af86383", "type": "github" }, "original": { - "owner": "hercules-ci", - "ref": "fix-eval-state-baseEnv-gc-root", + "owner": "NixOS", "repo": "nix", "type": "github" } diff --git a/flake.nix b/flake.nix index fc0ad04..b231f62 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:hercules-ci/nix/fix-eval-state-baseEnv-gc-root"; + 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";