From 070810b47af6a63dc368ad990b011f5f36915e46 Mon Sep 17 00:00:00 2001 From: obadz Date: Thu, 1 Sep 2016 02:47:35 +0100 Subject: [PATCH] lustrate is now in the unstable channel --- nixos-infect | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos-infect b/nixos-infect index 4dffe52..335857e 100755 --- a/nixos-infect +++ b/nixos-infect @@ -3,6 +3,8 @@ # Use Digital Ocean Droplet image: # # Fedora 24 x64 +# Ubuntu 16.04 x64 +# Debian 8.5 x64 # # YMMV with any other hoster + image combination. @@ -45,8 +47,7 @@ set -ex -# nixpkgs="https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" -nixpkgs="https://github.com/NixOS/nixpkgs/archive/ba50fd7.tar.gz" +nixpkgs="https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz" makeConf() { # NB <<"EOF" quotes / $ ` in heredocs, <