This commit is contained in:
atagen 2024-11-23 16:49:05 +11:00 committed by atagen
commit e598b04cae
31 changed files with 946 additions and 0 deletions

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 .