mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
lustrate is now in the unstable channel
This commit is contained in:
parent
4e2e63a812
commit
070810b47a
1 changed files with 3 additions and 2 deletions
|
@ -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, <<EOF does not
|
||||
|
|
Loading…
Reference in a new issue