From 15da23d5c143dfa94543b120795af03b44dfbf0f Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Tue, 7 Mar 2017 14:01:50 +0100 Subject: nixos/modules: use defaultText/literalExample where applicable Primarily to fix rendering of default values/examples but also to avoid unnecessary work. --- nixos/modules/services/networking/searx.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/services/networking/searx.nix') 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."; }; -- cgit 1.4.1