From 03532e9ebf27191bd1cfe3475651b523f6ca319e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 18:51:37 -0300 Subject: Add e2fsprogs to install.sh nix-shell declaration The e2fsprogs derivation includes the mkfs.ext4 program used by 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 16fbef9..ca18a01 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 +#!nix-shell --pure -i bash -p bash jq envsubst wget utillinux gptfdisk cryptsetup lvm2 dosfstools e2fsprogs # shellcheck shell=bash set -Eeuo pipefail -- cgit v1.2.3