From f5bce0c2ad5a15cf8e4be858ee920f84cc0bdb1e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 19:12:33 -0300 Subject: Add mkpasswd to install.sh nix-shell declaration Also don't run install.sh with the --pure flag, as it needs to run commands such as nixos-generate-config. --- public/nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/nixos') diff --git a/public/nixos/install.sh b/public/nixos/install.sh index ca18a01..b0329e4 100755 --- a/public/nixos/install.sh +++ b/public/nixos/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#!nix-shell --pure -i bash -p bash jq envsubst wget utillinux gptfdisk cryptsetup lvm2 dosfstools e2fsprogs +#!nix-shell -i bash -p bash jq envsubst wget utillinux gptfdisk cryptsetup lvm2 dosfstools e2fsprogs mkpasswd # shellcheck shell=bash set -Eeuo pipefail -- cgit v1.2.3