1
0
forked from clan/clan-core
clan-core/templates/flake-module.nix
Jörg Thalheim fa7b47ad59 python-project: delete template
this already went out-of-date and we haven't really used it, since its creation
2023-08-23 14:57:11 +02:00

9 lines
131 B
Nix

{
flake.templates = {
new-clan = {
description = "Initialize a new clan flake";
path = ./new-clan;
};
};
}