mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
opensmtpd service: path -> package for option procPackages
This commit is contained in:
parent
946fe73b56
commit
3851afc8eb
@ -61,7 +61,7 @@ in {
|
||||
};
|
||||
|
||||
procPackages = mkOption {
|
||||
type = types.listOf types.path;
|
||||
type = types.listOf types.package;
|
||||
default = [];
|
||||
description = ''
|
||||
Packages to search for filters, tables, queues, and schedulers.
|
||||
|
Loading…
Reference in New Issue
Block a user