ci: Hide Nix progress bar while building Let's avoid spamming the build log.
1 files changed, 1 insertions(+), 1 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -1
@@ 29,7 29,7 @@ tasks: # Verify that the source is REUSE-compliant. reuse --root=haunted-blog lint - build: | nix build './haunted-blog#' nix build './haunted-blog#' --log-format raw-with-logs - package: | result=$(realpath result) bsdtar -caf ~/site.tar.zst --format=rpax --strip-components=3 "$result"