set default template
All checks were successful
checks-impure / test (pull_request) Successful in 3s
checks / test (pull_request) Successful in 3s

This commit is contained in:
Jörg Thalheim 2023-08-30 13:28:21 +02:00
parent af38408a3e
commit e5db26d4b6

View File

@ -1,8 +1,9 @@
{
{ self, ... }: {
flake.templates = {
new-clan = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
default = self.templates.new-clan;
};
}