From 6c7bc8d7dde31ce270205622c46b27e24f4aed17 Mon Sep 17 00:00:00 2001 From: strawberry <strawberry@puppygock.gay> Date: Tue, 5 Mar 2024 22:21:35 -0500 Subject: [PATCH] add back more verbose nix build logging (`-L`) Signed-off-by: strawberry <strawberry@puppygock.gay> --- 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 5ba5991ae..8487c2988 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" ]; then nix run --inputs-from . attic -- \ -- GitLab