From cc1e2613fbbb0ed98bb4ce0d52c6e99bb8f98055 Mon Sep 17 00:00:00 2001 From: atagen Date: Mon, 25 Aug 2025 01:19:59 +1000 Subject: [PATCH] minor docs tweak --- default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/default.nix b/default.nix index adb3ece..59a36ac 100644 --- a/default.nix +++ b/default.nix @@ -39,7 +39,10 @@ let source = mkOption { type = nullOr (either path str); default = null; - description = "Path of the source file or directory - be sure to quote paths you don't want nix to copy to the store."; + description = '' + Path of the source file or directory. + Be sure to quote paths you don't want nix to copy to the store. + ''; }; executable = mkOption {