summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-24 02:27:28 -0400
committerseth <[email protected]>2023-04-24 02:27:28 -0400
commit68509c02e7f02fff63f3fb6bea467b0a5931c14a (patch)
tree425478e29eae125cfa50e9a0ea5e84247258471e /flake.nix
parentdeea2d67962e306f3a54fd17b2288d82dd5ef25a (diff)
make hercules inputs follow unstable
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 3e53488..d854abe 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,7 +27,7 @@
flake-utils.url = "github:numtide/flake-utils";
flake-parts = {
url = "github:hercules-ci/flake-parts";
- inputs.nixpkgs-lib.follows = "nixpkgs";
+ inputs.nixpkgs-lib.follows = "nixpkgsUnstable";
};
getchoo = {
url = "github:getchoo/overlay";
@@ -45,13 +45,13 @@
};
hercules-ci-agent = {
url = "github:hercules-ci/hercules-ci-agent";
- inputs.nixpkgs.follows = "nixpkgs";
+ inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-parts.follows = "flake-parts";
inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
};
hercules-ci-effects = {
url = "github:hercules-ci/hercules-ci-effects";
- inputs.nixpkgs.follows = "nixpkgs";
+ inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-parts.follows = "flake-parts";
inputs.hercules-ci-agent.follows = "hercules-ci-agent";
};