From ef34e2314b84b732618274c1940423ae19ebdf5e Mon Sep 17 00:00:00 2001 From: atagen Date: Thu, 24 Jul 2025 10:28:34 +1000 Subject: [PATCH] clarify .source usage in docs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 16d0295..834db14 100644 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,7 @@ source = mkOption { type = nullOr (either path str); default = null; - description = "Path of the source file or directory"; + 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 {