Commit graph

4 commits

Author SHA1 Message Date
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
Harald Hoyer 0e0aac1d3f feat: Add .gitignore file
- A .gitignore file has been added to the project root directory.
- This file is configured to exclude .idea directory which often contains IDE specific settings that should not be part of the repo.
2024-06-27 13:58:58 +02:00
Harald Hoyer c8bf9ecfc1 feat: add flake.nix
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-06-27 13:48:15 +02:00
Harald Hoyer 4e0fca69c3 first commit 2024-06-27 13:38:28 +02:00