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 {