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

This commit is contained in:
atagen 2025-06-26 01:32:59 +10:00
parent eb7905fea7
commit 9c275d0528

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 .#packages.x86_64-linux.unstable