From 1c26279dd320394d6412a8cf2dffef3da1ab54aa Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 16 Aug 2024 00:29:34 +0200 Subject: [PATCH] meta: switch to IFD-less hercules-ci-agent --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 51b9840..abbdeb4 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,7 @@ }; hercules-ci-agent = { - url = "github:hercules-ci/hercules-ci-agent"; + url = "github:nrabulinski/hercules-ci-agent/ifdless"; inputs = { flake-parts.follows = "flake-parts"; };