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; };