diff options
Diffstat (limited to 'nix/modules/default.nix')
-rw-r--r-- | nix/modules/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/nix/modules/default.nix b/nix/modules/default.nix index 093840b..cd17ca3 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -176,7 +176,11 @@ in }; }; default = { }; - description = "Configuration for searchix (a web search interface for options in the nix ecosystem)."; + description = '' + Configuration for searchix. + + See https://git.alanpearce.eu/searchix/tree/defaults.toml + ''; }; }; |