Skip to content

ci: add nix build support #1

ci: add nix build support

ci: add nix build support #1

Workflow file for this run

on:
push:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build -L .#default