flake: make hercules-ci-effects follow local nixpkgs

This commit is contained in:
matthewcroughan 2023-02-28 16:43:00 +00:00
parent cad8af64b6
commit 1844b93ad4
2 changed files with 5 additions and 18 deletions

View file

@ -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"
}
}
},

View file

@ -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: