add back more verbose nix build logging (-L)

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-05 22:21:35 -05:00
parent ea85583cc3
commit 2341bd4e8a

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" ]; then
nix run --inputs-from . attic -- \