non-null cfg.package

This commit is contained in:
ChaotiCryptidz 2022-02-22 14:18:51 +00:00
parent 2621d7ba87
commit 43fb71bcb0
No known key found for this signature in database

View file

@ -12,8 +12,8 @@ in {
};
package = mkOption {
type = types.nullOr types.package;
default = null;
type = types.package;
default = pkgs.musicutil;
};
settings = {