Skip to content

Sync with Pro

Sync with Pro #68

# AUTOGENERATED FROM build-test-nix.jsonnet DO NOT MODIFY
jobs:
job:
runs-on: ${{ matrix.os }}
steps:
- name: Make checkout speedy
run: git config --global fetch.parallel 50
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: sandbox = false
- name: Cache Nix
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Check Flake Validity
uses: DeterminateSystems/flake-checker-action@main
- name: Build and Check Flake
run: make nix-check-verbose
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
name: build-test-nix
on:
pull_request: null
push:
branches:
- develop
workflow_dispatch: null