about summary refs log tree commit diff stats
path: root/nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 18:46:01 +0200
committerAlan Pearce2024-05-20 18:46:01 +0200
commitbe3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9 (patch)
tree7a4b8bf83a7f10fee4f428414270eca39985070d /nix
parent42b988299020219463edb3d94b4563cbfc6b2128 (diff)
downloadsearchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.tar.lz
searchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.tar.zst
searchix-be3bab7fc4f8c3efc87cf7cfcc83d63177fdd7b9.zip
docs: add link to default config file in nix module
Diffstat (limited to 'nix')
-rw-r--r--nix/modules/default.nix6
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
+      '';
     };
   };