summary refs log tree commit diff
path: root/nixos/modules/services/networking/searx.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2017-03-07 14:01:50 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2017-03-07 14:06:08 +0100
commit15da23d5c143dfa94543b120795af03b44dfbf0f (patch)
treecf1a9c468e85e96780a9f1debba94879928eb45d /nixos/modules/services/networking/searx.nix
parent540163e4a43f6e4b3bd509d148eedd2e01f8024c (diff)
downloadnixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.gz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.bz2
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.lz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.xz
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.tar.zst
nixpkgs-15da23d5c143dfa94543b120795af03b44dfbf0f.zip
nixos/modules: use defaultText/literalExample where applicable
Primarily to fix rendering of default values/examples but also
to avoid unnecessary work.
Diffstat (limited to 'nixos/modules/services/networking/searx.nix')
-rw-r--r--nixos/modules/services/networking/searx.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/networking/searx.nix b/nixos/modules/services/networking/searx.nix
index bb0c2c485f2..3520c6d3f7d 100644
--- a/nixos/modules/services/networking/searx.nix
+++ b/nixos/modules/services/networking/searx.nix
@@ -39,6 +39,7 @@ in
       package = mkOption {
         type = types.package;
         default = pkgs.pythonPackages.searx;
+        defaultText = "pkgs.pythonPackages.searx";
         description = "searx package to use.";
       };