1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 =
mkOption {
type = types.str;
type = types.separatedString " ";
default = "";
description =
''