From e6de303bf3c6ac73592948a1c8f6f4aa65510c7e Mon Sep 17 00:00:00 2001 From: nicoo Date: Sat, 28 Dec 2024 22:37:16 +0000 Subject: [PATCH] fixup! lib.packagesFromDirectoryRecursive: reject unknown arguments --- lib/filesystem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filesystem.nix b/lib/filesystem.nix index e953d3cc9b523..9db9bd1488a61 100644 --- a/lib/filesystem.nix +++ b/lib/filesystem.nix @@ -350,7 +350,7 @@ in ::: `recurseArgs` - : Optional argument, which can be used to hold data used by `recurseIntoDirectory` + : Optional argument, which can be hold data used by `recurseIntoDirectory` # Examples :::{.example}