Skip to content

Commit

Permalink
shell
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-cll committed Nov 28, 2023
1 parent 5871bcc commit 82a04e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/manifest-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ runs:
host: github.com
private-key: ${{ inputs.github-token }}
- name: Run all builds
shell: bash
run: |
KEYS=$(nix flake show --json --allow-import-from-derivation | jq -r '.packages | .[] | keys[]' | grep "__" | sort -u)
for key in $KEYS; do
Expand Down

0 comments on commit 82a04e5

Please sign in to comment.