Merge pull request #7558 from offlinehacker/nixos/docker/typefix

nixos/docker: set extraOptions to separatedString type
This commit is contained in:
Mateusz Kowalczyk
2015-05-26 11:22:50 +01:00

View File

@@ -45,7 +45,7 @@ in
};
extraOptions =
mkOption {
type = types.str;
type = types.separatedString " ";
default = "";
description =
''