Commit graph

2 commits

Author SHA1 Message Date
Harald Hoyer 9f53232733 feat: Add checkout step to nix workflow
Some checks failed
/ build (push) Failing after 13s
- This update adds a new step into the nix workflow for code checkout using `actions/checkout@v3`.
- This is important to ensure the latest code is used for the `nix build` execution step.
2024-06-27 14:03:31 +02:00
Harald Hoyer 8f8e0cafb7 feat: Add nix workflow file
Some checks failed
/ build (push) Failing after 1m5s
- Created a new workflow, nix.yaml, in the .forgejo folder
- This workflow runs Nix build on each push event
2024-06-27 13:59:12 +02:00