Merge pull request 'templates: add template for enw clan' (#20) from flake-template into main

This commit is contained in:
DavHau
2023-07-21 15:13:26 +02:00
committed by Gitea
parent d17ae02a43
commit d99060695f
7 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{ ... }: {
flake.templates = {
new-clan = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
python-project = {
description = "Initialize a new internal python project";
path = ./python-project;
};
};
}