Remove uses of the "merge" option attribute
It's redundant because you can (and should) specify an option type, or an apply function.
This commit is contained in:
@@ -20,8 +20,8 @@ let
|
||||
default = "";
|
||||
example = "-d sat";
|
||||
type = types.string;
|
||||
merge = pkgs.lib.concatStringsSep " ";
|
||||
description = "Options that determine how smartd monitors the device";
|
||||
apply = pkgs.lib.concatStringsSep " ";
|
||||
description = "Options that determine how smartd monitors the device.";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user