steveej-t480s-work: upgrade to nixos 19.03

This commit is contained in:
steveej 2019-03-06 00:05:12 +01:00
parent ec01ff74b6
commit 87bd443af3
5 changed files with 11 additions and 9 deletions

View file

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