From bc421ec96ba63da4436901c99cf355fe5f2f15c7 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 28 Jan 2024 11:46:01 -0500 Subject: [PATCH] add -L to nix build command Signed-off-by: strawberry --- bin/nix-build-and-cache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/nix-build-and-cache b/bin/nix-build-and-cache index 2122e892..3626ae96 100755 --- a/bin/nix-build-and-cache +++ b/bin/nix-build-and-cache @@ -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