diff --git a/flake.lock b/flake.lock index 59222bc..616bd60 100644 --- a/flake.lock +++ b/flake.lock @@ -98,7 +98,9 @@ "inputs": { "flake-parts": "flake-parts_2", "hercules-ci-agent": "hercules-ci-agent", - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { "lastModified": 1676558019, @@ -205,21 +207,6 @@ } }, "nixpkgs_2": { - "locked": { - "lastModified": 1673760129, - "narHash": "sha256-m8JdWtElEMd4TY5eUUTbw+3yEjImsE9ifo/UVSbdU7g=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "e8e9febf8bc4e90f1b38d3b22a704d347a99a74a", - "type": "github" - }, - "original": { - "owner": "NixOS", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { "locked": { "lastModified": 1675763311, "narHash": "sha256-bz0Q2H3mxsF1CUfk26Sl9Uzi8/HFjGFD/moZHz1HebU=", @@ -264,7 +251,7 @@ "hercules-ci-effects": "hercules-ci-effects", "invokeai-src": "invokeai-src", "koboldai-src": "koboldai-src", - "nixpkgs": "nixpkgs_3" + "nixpkgs": "nixpkgs_2" } } }, diff --git a/flake.nix b/flake.nix index 3e12db7..67d0642 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; hercules-ci-effects = { url = "github:hercules-ci/hercules-ci-effects"; - inputs.nixpkgs-lib.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs"; }; }; outputs = { flake-parts, invokeai-src, hercules-ci-effects, ... }@inputs: