Skip to content

Commit

Permalink
Wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Apr 28, 2020
1 parent 28142ec commit 8a012ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aarch64-linux.sh
Expand Up @@ -58,7 +58,7 @@ cleanup() {
}
trap cleanup EXIT

set -eu
set -eux

drv=$(realpath $(nix-instantiate "./instances/$type.nix" --show-trace --add-root "./result-$type.drv" --indirect))
NIX_SSHOPTS=$SSHOPTS nix-copy-closure --use-substitutes --to "$buildHost" "$drv"
Expand Down

0 comments on commit 8a012ae

Please sign in to comment.