From 29324087a23a6cf87e26865bccd32adc221fe932 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Sat, 9 Nov 2019 16:45:47 +0100 Subject: [PATCH] Add yggdrasil-package-nix input --- jobsets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobsets.nix b/jobsets.nix index 25ebfd6..3039b64 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -115,7 +115,7 @@ let nixexprpath = "hail.nix"; gitUrls = { nix-config = "https://gitea.c3d2.de/C3D2/nix-config.git"; - nixpkgs = "https://github.com/nixos/nixpkgs.git"; + yggdrasil-package-nix = "https://github.com/ehmry/yggdrasil-package-nix.git"; }; }; };