stylix: colorize and prefix nix-flake-check output
This commit is contained in:
parent
e88850f9c2
commit
0969c2e792
1 changed files with 7 additions and 3 deletions
10
flake.nix
10
flake.nix
|
|
@ -162,9 +162,13 @@
|
|||
(($checks - $packages)[] | "checks.${system}.\(.)"),
|
||||
($packages[] | "packages.${system}.\(.)")
|
||||
' |
|
||||
parallel --bar --halt now,fail=1 '
|
||||
nix build --no-update-lock-file --verbose .#{}
|
||||
'
|
||||
parallel \
|
||||
--bar \
|
||||
--color \
|
||||
--color-failed \
|
||||
--halt now,fail=1 \
|
||||
--tagstring '{}' \
|
||||
'nix build --no-update-lock-file --verbose .#{}'
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue