summary refs log tree commit diff
path: root/nixos/modules/services/networking/searx.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2021-12-18 19:21:21 +0100
committerpennae <github@quasiparticle.net>2022-01-02 19:46:13 +0100
commit1301bdb185c4d0d7c30d0400d76eae8669b5b64d (patch)
tree41ea32e5d98638a36f3d362730efa45379b58064 /nixos/modules/services/networking/searx.nix
parentb92a47c87cfc4ff750f69d4de54b016e5f53c449 (diff)
downloadnixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar.gz
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar.bz2
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar.lz
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar.xz
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.tar.zst
nixpkgs-1301bdb185c4d0d7c30d0400d76eae8669b5b64d.zip
nixos/make-options-doc: turn relatedPackages into links
link to search.nixos.org instead of pulling package metadata out of pkgs. this
lets us cache docs of a few more modules and provides easier access to package
info from the HTML manual, but makes the manpage slightly less useful since
package description are no longer rendered.
Diffstat (limited to 'nixos/modules/services/networking/searx.nix')
-rw-r--r--nixos/modules/services/networking/searx.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/modules/services/networking/searx.nix b/nixos/modules/services/networking/searx.nix
index 6fd81521e7f..b73f255eb9d 100644
--- a/nixos/modules/services/networking/searx.nix
+++ b/nixos/modules/services/networking/searx.nix
@@ -228,6 +228,4 @@ in
   };
 
   meta.maintainers = with maintainers; [ rnhmjoj ];
-  # uses relatedPackages
-  meta.buildDocsInSandbox = false;
 }