stylix: add progress bar to nix-flake-check package

This commit is contained in:
NAHO 2025-01-06 17:41:13 +01:00
parent 7dfcdb4101
commit e88850f9c2
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5

View file

@ -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 .#{}
'
'';