ci: Use omnix

This commit is contained in:
Sridhar Ratnakumar 2024-08-21 12:30:46 -04:00
parent 78947230eb
commit 07dfede104
No known key found for this signature in database

View file

@ -14,4 +14,4 @@ jobs:
system: [x86_64-linux, aarch64-darwin]
steps:
- uses: actions/checkout@v4
- run: nixci build --systems "github:nix-systems/${{ matrix.system }}" -- --show-trace
- run: om ci run --systems "${{ matrix.system }}" -- --show-trace