mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
Merge pull request #4 from obadz/patch-1
lustrate is now in the unstable channel
This commit is contained in:
commit
7c680bcd27
1 changed files with 3 additions and 2 deletions
|
@ -3,6 +3,8 @@
|
||||||
# Use Digital Ocean Droplet image:
|
# Use Digital Ocean Droplet image:
|
||||||
#
|
#
|
||||||
# Fedora 24 x64
|
# Fedora 24 x64
|
||||||
|
# Ubuntu 16.04 x64
|
||||||
|
# Debian 8.5 x64
|
||||||
#
|
#
|
||||||
# YMMV with any other hoster + image combination.
|
# YMMV with any other hoster + image combination.
|
||||||
|
|
||||||
|
@ -45,8 +47,7 @@
|
||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
# nixpkgs="https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz"
|
nixpkgs="https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz"
|
||||||
nixpkgs="https://github.com/NixOS/nixpkgs/archive/ba50fd7.tar.gz"
|
|
||||||
|
|
||||||
makeConf() {
|
makeConf() {
|
||||||
# NB <<"EOF" quotes / $ ` in heredocs, <<EOF does not
|
# NB <<"EOF" quotes / $ ` in heredocs, <<EOF does not
|
||||||
|
|
Loading…
Reference in a new issue