diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 18:18:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 18:18:04 -0300 |
commit | 5995eab2871c4dde50616f2c055da37d850725ba (patch) | |
tree | e02e8523ebec2f45ecb4a3f6e5d52cd591eabbf2 /public/nixos/install.sh | |
parent | Fix off-by-one sector region in last sgdisk command (diff) | |
download | dotfiles-5995eab2871c4dde50616f2c055da37d850725ba.tar.gz dotfiles-5995eab2871c4dde50616f2c055da37d850725ba.tar.xz |
Add cryptsetup to install.sh nix-shell declaration
Diffstat (limited to 'public/nixos/install.sh')
-rwxr-xr-x | public/nixos/install.sh | 2 |
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 |