1
0
Fork
You've already forked project-template
0
project template with a nix flake, direnv setup, and an editorconfig, that follows the REUSE spec
  • Nix 100%
0xda157 2131d5ad3a
All checks were successful
check REUSE compliance / check (push) Successful in 13s
link to reuse
2026年03月01日 17:43:12 -08:00
.forgejo/workflows init 2026年03月01日 17:24:12 -08:00
LICENSES init 2026年03月01日 17:24:12 -08:00
.editorconfig init 2026年03月01日 17:24:12 -08:00
.envrc add missing copyrigh to envrc 2026年03月01日 17:26:49 -08:00
.gitignore init 2026年03月01日 17:24:12 -08:00
flake.nix init 2026年03月01日 17:24:12 -08:00
README.md link to reuse 2026年03月01日 17:43:12 -08:00

project template with a nix flake, direnv setup, and an editorconfig, that follows the REUSE spec

TODO:

  • deal with TODOs
  • update dates:
    find . -type f -exec sed -i "s/%YEAR%/$(date +%Y)/g" {} +
    

licensing

this project follows the REUSE spec. licensing overview:

  • TODO
  • all documentation is released under CC-BY-4.0
  • developer tooling, such as flake.nix and .editorconfig is released under 0BSD