These are my super opinionated flake templates that will contain a common ground of general utils files.
Each template will contain by default:
gitignore
git-commit-template
.pre-commit-config.yaml
taskfile
.envrc
.editorconfig
.dependabot
- some GitHub actions:
This template will initialize the repo with a simple flake with a minimal devshell to run the CI.
nix flake init -t github:brokenpip3/my-flake-templates#base
This flake template is designed to package applications using poetry2nix.
nix flake init -t github:brokenpip3/my-flake-templates#python-poetry
TBD, not yet completed
nix flake init -t github:brokenpip3/my-flake-templates#golang-gomod
TBD