diff options
author | EuAndreh <eu@euandre.org> | 2019-06-01 18:10:22 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-06-01 18:10:22 -0300 |
commit | be3b0db24d13ab28e569d2a8a3380a66eed44657 (patch) | |
tree | 1bc04f8f5fa74cc292fcd7900f7e4fa3454c0bce /public/nixos | |
parent | Disable StrictHostKeyCHecking when deleting existing content (diff) | |
download | dotfiles-be3b0db24d13ab28e569d2a8a3380a66eed44657.tar.gz dotfiles-be3b0db24d13ab28e569d2a8a3380a66eed44657.tar.xz |
Add gptfdisk to install.sh nix-shell declaration
The gptfdisk derivation includes the binary for sgdisk program.
Diffstat (limited to 'public/nixos')
-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 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 |