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