Merge pull request #7558 from offlinehacker/nixos/docker/typefix
nixos/docker: set extraOptions to separatedString type
Mateusz Kowalczyk 10 years ago 4fd0f2cf 227bc88d
··· 45 }; 46 extraOptions = 47 mkOption { 48 - type = types.str; 49 default = ""; 50 description = 51 ''
··· 45 }; 46 extraOptions = 47 mkOption { 48 + type = types.separatedString " "; 49 default = ""; 50 description = 51 ''