From 87c98581c2f83625f54e7fad8548b71e343475e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 28 May 2025 21:18:03 +0200 Subject: [PATCH] Move label to url in build-flakes --- services/nix-cache/build-flakes.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/services/nix-cache/build-flakes.sh b/services/nix-cache/build-flakes.sh index 82f23f6..62f8a67 100644 --- a/services/nix-cache/build-flakes.sh +++ b/services/nix-cache/build-flakes.sh @@ -7,17 +7,17 @@ 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 <