Use Nixpkgs master for hail

This commit is contained in:
Ehmry - 2019-11-11 17:13:02 +01:00
parent 99ec91876c
commit 5d2d0817c9
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let
};
nixpkgs = {
type = "git";
value = "https://github.com/NixOS/nixpkgs-channels.git nixos-19.09 1";
value = "https://github.com/NixOS/nixpkgs.git release-19.09 1";
emailresponsible = false;
};
} // (builtins.mapAttrs (_: gitUrl: {
@ -108,6 +108,7 @@ 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";
};
};
};