aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 18:51:37 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 18:51:37 -0300
commit03532e9ebf27191bd1cfe3475651b523f6ca319e (patch)
tree4baa64c2ebb2a7a10d9396fc52f9e01246b8098f /public
parentTODOs.org (diff)
downloaddotfiles-03532e9ebf27191bd1cfe3475651b523f6ca319e.tar.gz
dotfiles-03532e9ebf27191bd1cfe3475651b523f6ca319e.tar.xz
Add e2fsprogs to install.sh nix-shell declaration
The e2fsprogs derivation includes the mkfs.ext4 program used by install.sh.
Diffstat (limited to 'public')
-rwxr-xr-xpublic/nixos/install.sh2
1 files changed, 1 insertions, 1 deletions
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