add basic nix flake template

This commit is contained in:
Noah Masur
2022-08-07 12:52:00 -06:00
parent e9fef7dbbb
commit 79f8e621e6
4 changed files with 51 additions and 0 deletions

View File

@ -85,6 +85,10 @@
# Templates for starting other projects quickly
templates = {
basic = {
path = ./templates/basic;
description = "Basic program template";
};
poetry = {
path = ./templates/poetry;
description = "Poetry template";