A collection of minimal templates for projects in various languages/with various frameworks packaged with Nix.
Learning nix is tough, and part of this pain comes from trying to figure out how to package every different type of project you work on. Packaging python with nix is totally different from packaging bun typescript with nix, which is totally different from compiling and building rust or c with nix.
I've tried to gather and create various simple, understandable, and minimal project templates for all sorts of different types of projects, and have bundled them together here.
All of these templates are designed for use with Cookiecutter, and are properly nixified so that you can just run cookiecutter gh:404wolf/project-templates --directory <template>, and then nix develop.
Usage
You can use these templates in two different ways.
Nix App
Firstly, this is a nix "app", so you can literally just run
nix run github:404wolf/frosted-cookies
to view the template options, and then