Skip to content

Commit

Permalink
chore(nix): Switch to omnix (#206)
Browse files Browse the repository at this point in the history
* chore(nix): Switch to omnix

Use https://omnix.page/om/ci.html to build Nix outputs.

`omnix` is now installed in self-hosted runners.

* chore(nix): Pass om args in correct order
  • Loading branch information
srid committed Aug 28, 2024
1 parent 8118e5c commit d142ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
system: [ x86_64-linux, aarch64-darwin ]
steps:
- uses: actions/checkout@v4
- run: nixci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} build --systems "github:nix-systems/${{ matrix.system }}"
- run: om ci --extra-access-tokens ${{ secrets.GITHUB_TOKEN }} run --systems "${{ matrix.system }}"

0 comments on commit d142ce5

Please sign in to comment.