Skip to content

Merge pull request #6 from blackheaven/add-nix #3

Merge pull request #6 from blackheaven/add-nix

Merge pull request #6 from blackheaven/add-nix #3

Workflow file for this run

name: nix build
on:
- push
- pull_request
jobs:
check_nix:
name: Check nix build
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: system-features = nixos-test benchmark big-parallel kvm
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- name: Build lib
run: nix build -L