Use types.str instead of types.string to avoid warning

This commit is contained in:
Jonas Nick
2019-10-28 20:59:15 +00:00
parent 09d2df1a81
commit 8dd27b6334
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ in {
'';
};
clightning-datadir = mkOption {
type = types.string;
type = types.str;
default = "/var/lib/clighting/";
description = ''
Data directory of the clightning service