stylix: add progress bar to nix-flake-check package
This commit is contained in:
parent
7dfcdb4101
commit
e88850f9c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 .#{}
|
||||
'
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue