diff options
| author | seth <[email protected]> | 2023-08-17 19:57:52 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-19 04:33:09 -0400 |
| commit | ee7a8059e51773a312beeeee29f66ad65cd3af03 (patch) | |
| tree | 165d55c8d6b6bbec9f49256c7252341b363abba4 /flake.nix | |
| parent | 97107c4e96611fe08623de9526896948280dc504 (diff) | |
!garnix -> hercules-ci
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -62,6 +62,19 @@ inputs.pre-commit-hooks.follows = "pre-commit-hooks"; }; + hercules-ci-agent = { + url = "github:hercules-ci/hercules-ci-agent"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.flake-parts.follows = "flake-parts"; + }; + + hercules-ci-effects = { + url = "github:hercules-ci/hercules-ci-effects"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.hercules-ci-agent.follows = "hercules-ci-agent"; + inputs.flake-parts.follows = "flake-parts"; + }; + home-manager = { url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; |
