jobsets: add a <nixpkgs-master> input to hail

partially reverts 5d2d0817c9
This commit is contained in:
Astro 2019-11-12 00:12:28 +01:00
parent 5d2d0817c9
commit 66f3b4e883
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ let
gitUrls = {
nix-config = "https://gitea.c3d2.de/C3D2/nix-config.git";
yggdrasil-package-nix = "https://github.com/ehmry/yggdrasil-package-nix.git";
nixpkgs = "https://github.com/NixOS/nixpkgs.git";
nixpkgs = "https://github.com/NixOS/nixpkgs.git release-19.09";
nixpkgs-master = "https://github.com/NixOS/nixpkgs.git master";
};
};
};