make basic template the default

This commit is contained in:
Noah Masur 2022-08-07 18:37:19 -06:00
parent 99f1777827
commit e0370bf1d1

View File

@ -92,7 +92,8 @@
});
# Templates for starting other projects quickly
templates = {
templates = rec {
default = basic;
basic = {
path = ./templates/basic;
description = "Basic program template";