Skip to content

chore: update flake.lock #29

chore: update flake.lock

chore: update flake.lock #29

Workflow file for this run

name: "Nix build & check"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check