Commit graph

3 commits

Author SHA1 Message Date
Harald Hoyer d59819d8f6 fix(workflow): correct Nix CI step in workflow
All checks were successful
/ build (push) Successful in 8m1s
- Removed redundant step name in Nix CI configuration.
- Ensured the `nix run` command executes without a named step.
2025-03-24 13:05:22 +01:00
Harald Hoyer 67120b8211 fix: correct NIX CI workflow step configuration
Some checks failed
/ build (push) Failing after 0s
- 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
Harald Hoyer 2dca381ced 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.
2025-03-24 12:32:25 +01:00