From 8213d7f4b6e96f860da36b226cc41ba0d741da8e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 18:38:33 -0300 Subject: Add dosfstools to install.sh nix-shell declaration The dosfstools derivation includes the mkfs.vfat program used inside install.sh. --- public/nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/nixos/install.sh') diff --git a/public/nixos/install.sh b/public/nixos/install.sh index 2fb995f..16fbef9 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 +#!nix-shell --pure -i bash -p bash jq envsubst wget utillinux gptfdisk cryptsetup lvm2 dosfstools # shellcheck shell=bash set -Eeuo pipefail -- cgit v1.2.3