Some more type cleanup
This commit is contained in:
@@ -83,7 +83,7 @@ in
|
||||
};
|
||||
|
||||
extraParams = mkOption {
|
||||
type = types.listOf types.string;
|
||||
type = types.listOf types.str;
|
||||
default = [ ];
|
||||
example = [ "-m 0" ];
|
||||
description = ''
|
||||
|
||||
Reference in New Issue
Block a user