Skip to content

feat: Update rust-overlay, using non-flake overlay #64

feat: Update rust-overlay, using non-flake overlay

feat: Update rust-overlay, using non-flake overlay #64

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
jobs:
checks:
runs-on: ${{ matrix.system }}
permissions:
contents: read
strategy:
matrix:
system: [ x86_64-linux, x86_64-darwin, aarch64-darwin ]
steps:
- uses: actions/checkout@v4
- run: nixci --extra-access-tokens "github.com=${{ secrets.GITHUB_TOKEN }}" build --systems "github:nix-systems/${{ matrix.system }}"