From 2747556674e37590f9e5d24102452e289b3e21e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 1 Jun 2025 02:08:50 +0200 Subject: [PATCH] Add --show-error to curl in build-flakes --- services/nix-cache/build-flakes.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/services/nix-cache/build-flakes.sh b/services/nix-cache/build-flakes.sh index df8193e..46a4c82 100644 --- a/services/nix-cache/build-flakes.sh +++ b/services/nix-cache/build-flakes.sh @@ -7,14 +7,14 @@ for host in $(nix flake show --json| jq -r '.nixosConfigurations | keys[]'); do echo "Building $host" if ! nixos-rebuild --verbose -L --flake ".#$host" build; then echo "Build failed for $host" - cat <