nixos 18.09 -> 19.03

Bump to latest release.
This commit is contained in:
asymmetric 2019-04-19 20:56:59 +00:00 committed by Eric Litak
parent dc533ec3c9
commit 2d3b1dffa9
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ infect() {
# shellcheck disable=SC1090
source ~/.nix-profile/etc/profile.d/nix.sh
[[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-18.09"
[[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-19.03"
nix-channel --remove nixpkgs
nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos
nix-channel --update