non-null cfg.package
This commit is contained in:
parent
2621d7ba87
commit
43fb71bcb0
|
@ -12,8 +12,8 @@ in {
|
|||
};
|
||||
|
||||
package = mkOption {
|
||||
type = types.nullOr types.package;
|
||||
default = null;
|
||||
type = types.package;
|
||||
default = pkgs.musicutil;
|
||||
};
|
||||
|
||||
settings = {
|
||||
|
|
Loading…
Reference in a new issue