feat(ci): add Nix-based CI workflow
Some checks failed
/ build (push) Failing after 0s

- Introduced a new workflow file at `.forgejo/workflows/nix.yaml`.
- Configures CI to use Nix for building on push events.
This commit is contained in:
Harald Hoyer 2025-03-24 12:32:25 +01:00
parent f6a4aaf2d1
commit 2dca381ced

View file

@ -0,0 +1,8 @@
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: NIX CI
- uses: actions/checkout@v3
- run: nix run nixpkgs#nixci -- build