From 69043687cf0ea8176f28f9258525f47f9fb4edd6 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 13 Mar 2026 18:34:52 +0100 Subject: [PATCH] Fuck me dude this can't be that difficult... --- .hydra/declarative-jobsets.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index a2f7a8bf..0299362c 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -14,13 +14,8 @@ let emailoverride = ""; keepnr = 1; type = 1; - flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; + flake = "${info.head.repo.html_url}/archive/${info.head.sha}.tar.gz"; inputs = { - git_repo = { - type = "git"; - value = "${info.head.repo.html_url} ${info.head.ref}"; - emailresponsible= false; - }; gitea_repo_name = { type = "string"; value = "${info.head.repo.name}";