mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-27 17:21:02 +01:00
Display group for each package
This commit is contained in:
parent
385a5cff5c
commit
9c51838dc7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue