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