Skip to content

Bump DeterminateSystems/flake-checker-action from 4 to 5 #8

Bump DeterminateSystems/flake-checker-action from 4 to 5

Bump DeterminateSystems/flake-checker-action from 4 to 5 #8

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@v5
- name: Build lib
run: nix build -L