From 5d08c81d0915b6316c3e2a307a286e4e6d3d265d Mon Sep 17 00:00:00 2001 From: Eric Litak Date: Wed, 4 Apr 2018 15:28:27 -0700 Subject: [PATCH] one last update to 18.03 --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 955d4ac..516d07f 100755 --- a/nixos-infect +++ b/nixos-infect @@ -204,7 +204,7 @@ infect() { # shellcheck disable=SC1090 source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-17.03" + [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-18.03" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update