Use nixos-19.09 channel as Nixpkgs input

This commit is contained in:
Ehmry - 2019-11-09 14:02:28 +01:00
parent bfe00d263c
commit 94c743f4c1
1 changed files with 1 additions and 1 deletions

View File

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