Skip to content

Nix Test

Nix Test #8

Workflow file for this run

name: Nix Test
on:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Flake check
run: nix flake check -Lv
- name: Build packages
run: nix build -Lv .