Skip to content

feat: add nix packaging support #5

feat: add nix packaging support

feat: add nix packaging support #5

Workflow file for this run

name: Nix Build
on:
workflow_dispatch:
# Ensure the build works on main
push:
branches: [main]
tags: ['*']
# Ensure the build works on each pull request
pull_request:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build and run
run: nix run . -- --headless --quit