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
commit 4fd0f2cf4d

View File

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