Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

CI

CI #1

Workflow file for this run

name: Nix
on:
pull_request:
push:
jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build .