diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2021-10-23 15:05:52 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2021-10-23 15:06:42 +0200 |
| commit | 44da835ac40dab5fd231298b59d83487382d2fab (patch) | |
| tree | 38759adb4565c164518441b6759960e11f1e61c1 /modules/services/privoxy | |
| parent | 8dfeb92ec1b217898f9cf9f64421120b2a20fed4 (diff) | |
add forward compatibility for literalExample deprecation
Fixes #367
Diffstat (limited to 'modules/services/privoxy')
| -rw-r--r-- | modules/services/privoxy/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/privoxy/default.nix b/modules/services/privoxy/default.nix index 5cb16c8..b314723 100644 --- a/modules/services/privoxy/default.nix +++ b/modules/services/privoxy/default.nix @@ -22,7 +22,7 @@ in services.privoxy.package = mkOption { type = types.package; default = pkgs.privoxy; - example = literalExample "pkgs.privoxy"; + example = literalExpression "pkgs.privoxy"; description = "This option specifies the privoxy package to use."; }; |
