aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-01 18:10:22 -0300
committerEuAndreh <eu@euandre.org>2019-06-01 18:10:22 -0300
commitbe3b0db24d13ab28e569d2a8a3380a66eed44657 (patch)
tree1bc04f8f5fa74cc292fcd7900f7e4fa3454c0bce
parentDisable StrictHostKeyCHecking when deleting existing content (diff)
downloaddotfiles-be3b0db24d13ab28e569d2a8a3380a66eed44657.tar.gz
dotfiles-be3b0db24d13ab28e569d2a8a3380a66eed44657.tar.xz
Add gptfdisk to install.sh nix-shell declaration
The gptfdisk derivation includes the binary for sgdisk program.
-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 d8df69c..30dce86 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
+#!nix-shell --pure -i bash -p bash jq envsubst wget utillinux gptfdisk
# shellcheck shell=bash
set -Eeuo pipefail