nix-channels: bump 19.03 -> 19.09 and adapt

This commit is contained in:
steveej 2019-10-31 10:45:37 +01:00
parent 265ed7d982
commit edbeaf50df
5 changed files with 23 additions and 15 deletions

View file

@ -1,7 +1,7 @@
{
channelsNixosStable = {
ref = "nixos-19.03";
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.03 | awk '{ print $1 }' | tr -d '\n' -%>";
ref = "nixos-19.09";
rev = "<% git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.09 | awk '{ print $1 }' | tr -d '\n' -%>";
};
channelsNixosUnstable = {
ref = "nixos-unstable";