diff options
| author | seth <[email protected]> | 2023-08-22 08:05:11 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-22 08:05:11 -0400 |
| commit | 2a6c848af805e792ccd95749c1cb87e8b1e9f6cd (patch) | |
| tree | 6d69677d8f5ed9c32291ba46a12bf84a9dd97fdc /flake.nix | |
| parent | 72a314a2fa1e00d56b5ccaa390a8a5114a46d166 (diff) | |
flake: follow new inputs in nix-exprs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = { |
