ci: create workflow
All checks were successful
Nix Build / nix build (push) Successful in 45s

This commit is contained in:
atagen 2025-06-26 23:57:52 +10:00
parent c8978534dc
commit 8ba7d1cbab

11
.gitea/workflows/nix.yaml Normal file
View file

@ -0,0 +1,11 @@
name: Nix Build
on: [push]
jobs:
all-in-one:
runs-on: [native]
name: nix build
steps:
- uses: actions/checkout@v4
- run: nix build --no-link .