chore: create ci workflow
Some checks failed
Nix Build / nix build + cache push (push) Failing after 1m23s

This commit is contained in:
atagen 2025-06-26 01:32:59 +10:00
parent cd53858190
commit f350acd09f

13
.gitea/workflows/nix.yaml Normal file
View File

@ -0,0 +1,13 @@
name: Nix Build
on: [push]
jobs:
all-in-one:
runs-on: [native]
name: nix build + cache push
steps:
- uses: actions/checkout@v4
- run: nix build --out-link ./unstable .#packages.x86_64-linux.unstable
- run: attic login ci http://127.0.0.1:8009 $ATTICKEY
- run: attic push ci ./unstable