Skip to content

Add pipeline for nix #1

Add pipeline for nix

Add pipeline for nix #1

Workflow file for this run

name: "Nix"
on:
pull_request:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix develop && cabal build all -j