Skip to content

Merge pull request #32 from kivikakk/nix-in-ci #37

Merge pull request #32 from kivikakk/nix-in-ci

Merge pull request #32 from kivikakk/nix-in-ci #37

Workflow file for this run

on: [push, pull_request]
name: build
jobs:
haskell:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build and test
run: nix build