From caa7dbadb3d1b2dcbf994b4fb54f1bf45736ee50 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 13 Mar 2026 17:42:21 +0100 Subject: [PATCH] Try this one maybe --- .hydra/declarative-jobsets.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index 853621e1..1af29490 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -16,6 +16,11 @@ let type = 1; flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; inputs = { + git_repo = { + type = "path"; + value = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; + emailresponsible= false; + }; gitea_repo_name = { type = "string"; value = "${info.head.repo.name}";