mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
Fix new output setting
This commit is contained in:
parent
31e07098ca
commit
b4e9723592
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
- id: load-packages
|
||||
run: >
|
||||
{ echo -n "name="; nix flake show --json | jq -c '.packages."x86_64-linux" | keys' } >> $GITHUB_OUTPUT
|
||||
"name=$(nix flake show --json | jq -c '.packages."x86_64-linux" | keys')" >> $GITHUB_OUTPUT
|
||||
|
||||
outputs:
|
||||
matrix: ${{ steps.load-packages.outputs.matrix }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue