services.devpi-server.extraPackages
NixOS option
Plugins and extra Python packages to be available to devpi-server.
type: (function that evaluates to a(n) list of package) or (list of package) convertible to itDefault
ps: [ ]
Example
declared in: nixos/modules/services/misc/devpi-server.nixView source on NixOS/nixpkgs →ps: with ps; [ devpi-web devpi-ldap ]