templates: initial templates config
This commit is contained in:
parent
ecbb5c8700
commit
151da369a0
10 changed files with 113 additions and 0 deletions
12
outputs/templates/default.nix
Normal file
12
outputs/templates/default.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
flake.templates = {
|
||||
default = {
|
||||
path = ./basic;
|
||||
description = "Default project template";
|
||||
};
|
||||
go = {
|
||||
path = ./go;
|
||||
description = "Basic go template";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue