aboutsummaryrefslogtreecommitdiff
path: root/public/nixos
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 18:18:04 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 18:18:04 -0300
commit5995eab2871c4dde50616f2c055da37d850725ba (patch)
treee02e8523ebec2f45ecb4a3f6e5d52cd591eabbf2 /public/nixos
parentFix off-by-one sector region in last sgdisk command (diff)
downloaddotfiles-5995eab2871c4dde50616f2c055da37d850725ba.tar.gz
dotfiles-5995eab2871c4dde50616f2c055da37d850725ba.tar.xz
Add cryptsetup to install.sh nix-shell declaration
Diffstat (limited to 'public/nixos')
-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 dcb2147..3c5f138 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
+#!nix-shell --pure -i bash -p bash jq envsubst wget utillinux gptfdisk cryptsetup
# shellcheck shell=bash
set -Eeuo pipefail