From 79b6b562466ee20f43d5645556e850525246b254 Mon Sep 17 00:00:00 2001 From: ahtlon Date: Fri, 13 Mar 2026 18:14:19 +0100 Subject: [PATCH] 2 --- .hydra/declarative-jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hydra/declarative-jobsets.nix b/.hydra/declarative-jobsets.nix index af9e706..c861318 100644 --- a/.hydra/declarative-jobsets.nix +++ b/.hydra/declarative-jobsets.nix @@ -17,7 +17,7 @@ let flake = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; inputs = { git_repo = { - type = "path"; + type = "git"; value = "${info.head.repo.html_url}/archive/${info.head.ref}.tar.gz"; emailresponsible= false; };