summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index 329cebc..5e0cee9 100644
--- a/flake.nix
+++ b/flake.nix
@@ -46,11 +46,10 @@
url = "github:hercules-ci/hercules-ci-agent";
inputs.flake-parts.follows = "flake-parts";
inputs.nixpkgs.follows = "nixpkgs";
- inputs.pre-commit-hooks-nix.follows = "pre-commit-hooks";
};
hercules-ci-effects = {
- url = "github:getchoo/hercules-ci-effects/customize-flake-update";
+ url = "github:hercules-ci/hercules-ci-effects";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hercules-ci-agent.follows = "hercules-ci-agent";
};