diff options
| author | Vincent Bernat <vincent@bernat.ch> | 2024-12-16 06:06:56 +0100 |
|---|---|---|
| committer | Vincent Bernat <vincent@bernat.ch> | 2024-12-16 06:06:56 +0100 |
| commit | 930ee4ad5805f04539e0a957c050665400ba9a33 (patch) | |
| tree | f36ea25b25720199c366b926ddbf56aa1766a7d6 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | cfa7244d00797b706dba798fb4fa1b874df462bc (diff) | |
caddy: add support for compiling Caddy with plugins
This adds a `withPlugins` function to Caddy package.
```nix
services.caddy = {
enable = true;
package = pkgs.caddy.withPlugins {
plugins = [ "github.com/caddy-dns/powerdns@v1.0.1" ];
hash = "sha256-F/jqR4iEsklJFycTjSaW8B/V3iTGqqGOzwYBUXxRKrc=";
};
};
```
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
