Fix: use lib.mkPackageOption

This commit is contained in:
Jozef Hollý 2024-11-09 13:09:08 +01:00 committed by GitHub
parent ba83a0dba0
commit be97874351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ in
services.nzbget = {
enable = lib.mkEnableOption "NZBGet, for downloading files from news servers";
package = mkPackageOption pkgs "nzbget" { };
package = lib.mkPackageOption pkgs "nzbget" { };
user = lib.mkOption {
type = lib.types.str;