summaryrefslogtreecommitdiffstats
path: root/makefu/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-10-15 08:47:31 +0200
committermakefu <github@syntax-fehler.de>2019-10-15 08:47:31 +0200
commitd82b3b9b66d8493426bfff9936d34ff5d76734dd (patch)
treef738f2ab23df10969efb030d729780811c3aed27 /makefu/3modules
parentfb121299ab56d9a36abafdab12b42b207d7bcb60 (diff)
ma: fix warnings and errors for 19.09
Diffstat (limited to 'makefu/3modules')
-rw-r--r--makefu/3modules/opentracker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/3modules/opentracker.nix b/makefu/3modules/opentracker.nix
index 202231fa..6c65b82b 100644
--- a/makefu/3modules/opentracker.nix
+++ b/makefu/3modules/opentracker.nix
@@ -18,7 +18,7 @@ let
};
args = mkOption {
- type = types.string;
+ type = types.separatedString;
description = ''
see https://erdgeist.org/arts/software/opentracker/ for all params
'';