diff options
| author | seth <[email protected]> | 2023-06-07 21:21:02 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-07 21:21:02 -0400 |
| commit | dfab4d5e310b54536a8613ea27b8f60d938f6b47 (patch) | |
| tree | ebd4e969e24bff56ee3bdba51aa9b2e085dd7037 /flake.nix | |
| parent | 070784b9e7db3d65bf9822cf2ccdd9218b3ed77a (diff) | |
hercules-ci: switch back to upstream effects
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"; }; |
