mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
Fix: use lib.mkPackageOption
This commit is contained in:
parent
ba83a0dba0
commit
be97874351
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user