Merge pull request 'set default template' (#214) from Mic92-main into main
All checks were successful
checks-impure / test (push) Successful in 2s
checks / test (push) Successful in 2s

This commit is contained in:
clan-bot 2023-08-30 11:28:50 +00:00
commit b67f9777fd

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;
};
}