From 2a6c848af805e792ccd95749c1cb87e8b1e9f6cd Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 22 Aug 2023 08:05:11 -0400 Subject: flake: follow new inputs in nix-exprs --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') 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 = { -- cgit v1.2.3