python-project: delete template

this already went out-of-date and we haven't really used it, since its creation
This commit is contained in:
Jörg Thalheim
2023-08-23 14:57:11 +02:00
parent 35340aff80
commit fa7b47ad59
11 changed files with 0 additions and 251 deletions

View File

@@ -1,15 +1,8 @@
{
imports = [
./python-project/flake-module.nix
];
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;
};
};
}