add nixbased build ci

This commit is contained in:
k
2025-07-01 02:56:48 -04:00
parent fc32b56a2f
commit 986e8c8334
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
name: Verify build
run-name: ${{ gitea.actor }} is building
on: [push]
jobs:
verify_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-24.11
- run: nix-build