generated from Luis/nextjs-python-web-template
Merge pull request 'templates: add template for enw clan' (#20) from flake-template into main
This commit is contained in:
12
templates/flake-module.nix
Normal file
12
templates/flake-module.nix
Normal 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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user