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 it
Default
ps: [ ]
Example
ps: with ps; [ devpi-web devpi-ldap ]
declared in: nixos/modules/services/misc/devpi-server.nixView source on NixOS/nixpkgs →