vault-hier/.forgejo/workflows/nix.yaml
Harald Hoyer 67120b8211
Some checks failed
/ build (push) Failing after 0s
fix: correct NIX CI workflow step configuration
- Rename and rearrange the step in the NIX CI workflow.
- Ensure proper execution of the `nix run` command for builds.
2025-03-24 13:04:12 +01:00

9 lines
153 B
YAML

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