feat: add nix package (#29)

This commit is contained in:
Cameron
2026-02-06 18:10:55 -08:00
committed by GitHub
parent b821abdd2a
commit 896e431321
4 changed files with 136 additions and 0 deletions

View File

@@ -93,3 +93,14 @@ jobs:
run: command -v expect || brew install expect
- run: cargo build
- run: expect tests/integration.exp
nix-build:
name: Nix Build
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v31
- run: nix build .# -L