Skip to content

version: 0.1.0 -> 0.1.1 #6

version: 0.1.0 -> 0.1.1

version: 0.1.0 -> 0.1.1 #6

Workflow file for this run

name: "Build with nix"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build -v -L