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