- 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.
- Created a new workflow, nix.yaml, in the .forgejo folder - This workflow runs Nix build on each push event