From e88850f9c27bd61a0452921e9c30210ee1a1ef06 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:41:13 +0100 Subject: [PATCH] stylix: add progress bar to nix-flake-check package --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 379adc7f..d807371f 100644 --- a/flake.nix +++ b/flake.nix @@ -162,7 +162,7 @@ (($checks - $packages)[] | "checks.${system}.\(.)"), ($packages[] | "packages.${system}.\(.)") ' | - parallel --halt now,fail=1 ' + parallel --bar --halt now,fail=1 ' nix build --no-update-lock-file --verbose .#{} ' '';