From de8bcda3c11d26a074a1efef2dc6efedec851831 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 1 Jun 2025 02:07:20 +0200 Subject: [PATCH] Modify curl flags for 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 62f8a67..df8193e 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 <