add -L to nix build command

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-01-28 11:46:01 -05:00 committed by June
parent 33847b8b4b
commit bc421ec96b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ set -euo pipefail
INSTALLABLE="$1"
# Build the installable and forward any other arguments too
nix build "$@"
nix build -L "$@"
if [ ! -z ${ATTIC_TOKEN+x} ]; then