dev: Add hercules-ci-effects dev input

(cherry picked from commit 85f10d0410a061f151722042924afc8523869aa7)
This commit is contained in:
Robert Hensing 2024-08-29 17:13:47 +02:00
parent 7918175c24
commit bd8ebcbb01
3 changed files with 66 additions and 4 deletions

View file

@ -3,6 +3,7 @@
inputs = {
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "";
hercules-ci-effects.url = "github:hercules-ci/hercules-ci-effects";
};
outputs = { ... }: { };
}