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