Replace "mergeOneOption" by "types.uniq".
svn path=/nixos/trunk/; revision=17074
This commit is contained in:
parent
5c53a29a01
commit
6b0487d47f
|
@ -156,8 +156,7 @@ in
|
||||||
|
|
||||||
job = mkOption {
|
job = mkOption {
|
||||||
default = {};
|
default = {};
|
||||||
type = types.optionSet;
|
type = types.uniq types.optionSet;
|
||||||
merge = mergeOneOption;
|
|
||||||
description = "This option defines how to start the display manager.";
|
description = "This option defines how to start the display manager.";
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Reference in New Issue