1
0
forked from clan/clan-core
clan-core/templates/flake-module.nix

13 lines
265 B
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;
};
};
}