Skip to content
Snippets Groups Projects
Commit 6c7bc8d7 authored by 🥺's avatar 🥺 :transgender_flag: Committed by 🥺
Browse files

add back more verbose nix build logging (`-L`)

parent c8289f08
No related branches found
No related tags found
No related merge requests found
......@@ -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 -- \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment