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 <