From 04f90f52857ea95be5d28345c88b67f5efd90d56 Mon Sep 17 00:00:00 2001 From: obadz Date: Sun, 2 Apr 2017 09:51:28 +0100 Subject: [PATCH] nixos: 16.09 -> 17.03 --- README.md | 2 +- nixos-infect | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41ea186..93dd3e5 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ cat and EOF in the Digital Ocean Web UI (or HTTP API): #cloud-config runcmd: - - curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-16.09 bash 2>&1 | tee /tmp/infect.log + - curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-17.03 bash 2>&1 | tee /tmp/infect.log ``` Potential tweaks: - `/etc/nixos/{,hardware-}configuration.nix`: rudimentary mostly static config diff --git a/nixos-infect b/nixos-infect index 3c718df..c616afc 100755 --- a/nixos-infect +++ b/nixos-infect @@ -189,7 +189,7 @@ infect() { source ~/.nix-profile/etc/profile.d/nix.sh - [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-16.09" + [[ -z "$NIX_CHANNEL" ]] && NIX_CHANNEL="nixos-17.03" nix-channel --remove nixpkgs nix-channel --add "https://nixos.org/channels/$NIX_CHANNEL" nixos nix-channel --update