From 2d3b1dffa98b9f655a7b9c942ac83dbb22cef514 Mon Sep 17 00:00:00 2001 From: asymmetric Date: Fri, 19 Apr 2019 20:56:59 +0000 Subject: [PATCH] nixos 18.09 -> 19.03 Bump to latest release. --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 928c281..88e8305 100755 --- a/nixos-infect +++ b/nixos-infect @@ -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