mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2026-02-02 07:15:06 +01:00
chore(module): remove "template" generator type
This commit is contained in:
parent
0cadca0298
commit
481b9c4a38
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
generator = mkOption {
|
generator = mkOption {
|
||||||
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache" "template"];
|
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache"];
|
||||||
description = ''
|
description = ''
|
||||||
Which engine to use for content generation.
|
Which engine to use for content generation.
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue