Skip to content

flake.nix: refactor to use nix-systems pattern #96

flake.nix: refactor to use nix-systems pattern

flake.nix: refactor to use nix-systems pattern #96

Workflow file for this run

name: Nix Build
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Run Nix Build
run: nix build --print-build-logs .
- name: Nix Develop
run: nix develop --command true