fix
This commit is contained in:
parent
5866f19ebd
commit
5d80e059aa
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -32,8 +32,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: selfhostblocks
|
name: selfhostblocks
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
- name: Generate
|
- name: Generate Matrix
|
||||||
id: generate-checks
|
id: generate-matrix
|
||||||
run: |
|
run: |
|
||||||
nix flake show --allow-import-from-derivation --json \
|
nix flake show --allow-import-from-derivation --json \
|
||||||
| jq -c '.["checks"]["x86_64-linux"] | keys' > .output
|
| jq -c '.["checks"]["x86_64-linux"] | keys' > .output
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue