From be3b0db24d13ab28e569d2a8a3380a66eed44657 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 1 Jun 2019 18:10:22 -0300 Subject: Add gptfdisk to install.sh nix-shell declaration The gptfdisk derivation includes the binary for sgdisk program. --- public/nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/nixos') 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 -- cgit v1.2.3