Skip to content

Merge pull request #90 from owestphal/master #142

Merge pull request #90 from owestphal/master

Merge pull request #90 from owestphal/master #142

Workflow file for this run

name: "Nix Flake"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- run: nix build
# - run: nix flake check