From 7679664811ff6cb609789d6f4e438d26ebad3a1a 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 dfc91b2..0664728 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 {