Skip to content

Updated readme.

Updated readme. #149

Workflow file for this run

name: 'Build'
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [macos-12, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: 'Checkout codebase'
uses: actions/[email protected]
- uses: cachix/install-nix-action@v22
- run: nix --experimental-features 'nix-command flakes' build -L