add back more verbose nix build logging (-L
)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
c8289f0886
commit
6c7bc8d7dd
1 changed files with 1 additions and 1 deletions
|
@ -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 -- \
|
||||
|
|
Loading…
Add table
Reference in a new issue