From 7a3768e1bfa6710a52db0a7cf043329ddc0ddcaf Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Sun, 22 Feb 2026 23:01:45 +0200 Subject: [PATCH] setup gitea workflow --- .gitea/workflows/build.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/build.yaml diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml new file mode 100644 index 0000000..67495d1 --- /dev/null +++ b/.gitea/workflows/build.yaml @@ -0,0 +1,15 @@ +name: Nix Build + +on: + push: + branches: + - main + pull_request: + +jobs: + build: + runs-on: nixos-latest + steps: + - uses: actions/checkout@v4 + - name: Build + run: nix build