feat: Remove all templates
This commit is contained in:
parent
2dc1820934
commit
9eb1fadd32
36 changed files with 0 additions and 3056 deletions
|
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
flake-parts-lib,
|
||||
lib,
|
||||
rootPath,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
flake = flake-parts-lib.mkSubmoduleOptions {
|
||||
templates = lib.mkOption {
|
||||
type = lib.types.lazyAttrsOf lib.types.raw;
|
||||
};
|
||||
};
|
||||
};
|
||||
config = {
|
||||
flake.templates = import (rootPath + "/templates");
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue