From b2fce51845633c20af2b8a2e16f8a4dbbaff3652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Sat, 8 Apr 2023 13:50:36 +0100 Subject: [PATCH] =?UTF-8?q?it=E2=80=99s=20value=20not=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hydra/jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/jobsets.nix b/hydra/jobsets.nix index 2e651c2..1fec147 100644 --- a/hydra/jobsets.nix +++ b/hydra/jobsets.nix @@ -25,7 +25,7 @@ inputs = { nix-packages = { type = "git"; - url = "${info.head.repo.clone_url} ${info.head.ref}"; + value = "${info.head.repo.clone_url} ${info.head.ref}"; emailresponsible = false; }; nixpkgs = {