A collection of miscellaneous templates.
- dev (default): Development environment starter with a
flake.nixand.envrcfile. - python: Python development environment with common tools like
pytestandruff.
Initialize a new project using the default template:
nix flake init -t github:Nanagalaxy/templates
Initialize using a specific template:
nix flake init -t github:Nanagalaxy/templates#dev
Initialize from a local path (if you have cloned the repository):
nix flake init -t path:/path/to/templates