mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2026-02-01 23:05: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 {
|
||||
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache" "template"];
|
||||
type = types.enum ["nix" "string" "derivation" "gomplate" "jinja" "mustache"];
|
||||
description = ''
|
||||
Which engine to use for content generation.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue