summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-22 08:05:11 -0400
committerseth <[email protected]>2023-08-22 08:05:11 -0400
commit2a6c848af805e792ccd95749c1cb87e8b1e9f6cd (patch)
tree6d69677d8f5ed9c32291ba46a12bf84a9dd97fdc /flake.nix
parent72a314a2fa1e00d56b5ccaa390a8a5114a46d166 (diff)
flake: follow new inputs in nix-exprs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 12d3a48..1c59c2d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -52,6 +52,9 @@
url = "github:getchoo/nix-exprs";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
+ inputs.effects.follows = "hercules-ci-effects";
+ inputs.parts.follows = "flake-parts";
+ inputs.hercules-ci-agent.follows = "hercules-ci-agent";
};
guzzle_api = {