Skip to content

chore(nix): Update rust-flake #58

chore(nix): Update rust-flake

chore(nix): Update rust-flake #58

Workflow file for this run

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