Display group for each package

This commit is contained in:
traxys 2024-03-18 11:16:23 +01:00
parent 385a5cff5c
commit 9c51838dc7

View file

@ -19,5 +19,5 @@ jobs:
run: >
nix flake show --json |
jq -r '.packages."x86_64-linux" | keys | .[]' |
NIXPKGS_ALLOW_UNFREE=1 xargs -I'{}' nix build --impure '.#{}'
NIXPKGS_ALLOW_UNFREE=1 xargs -I'{}' bash -c "echo '::group::{}'; nix build --impure '.#{}'; echo '::endgroup::'"
- run: nix build .#checks.x86_64-linux.launch