Skip to content

ci: Add workflow to build the Nix flake #4

ci: Add workflow to build the Nix flake

ci: Add workflow to build the Nix flake #4

Workflow file for this run

name: Yapall nix CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12
with:
name: galois
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: build and test
shell: bash
run: nix build -L .#yapall