vault-hier/.forgejo/workflows/nix.yaml
Harald Hoyer 2dca381ced
Some checks failed
/ build (push) Failing after 0s
feat(ci): add Nix-based CI workflow
- Introduced a new workflow file at `.forgejo/workflows/nix.yaml`.
- Configures CI to use Nix for building on push events.
2025-03-24 12:32:25 +01:00

9 lines
153 B
YAML

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