summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-17 19:57:52 -0400
committerseth <[email protected]>2023-08-19 04:33:09 -0400
commitee7a8059e51773a312beeeee29f66ad65cd3af03 (patch)
tree165d55c8d6b6bbec9f49256c7252341b363abba4 /flake.nix
parent97107c4e96611fe08623de9526896948280dc504 (diff)
!garnix -> hercules-ci
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 13 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f07881a..c5c9192 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";