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