From e49b1cb80c4a9a2d9b6d49107d06696888fe512f Mon Sep 17 00:00:00 2001 From: BirdeeHub Date: Sat, 14 Mar 2026 20:42:53 -0700 Subject: [PATCH] chore(CONTRIBUTING.md): clarity --- CONTRIBUTING.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b93b37..d79ebcc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Adding modules! +# Adding Modules! There are 2 kinds of modules in this repository. One kind which defines the `package` option, and one kind which does not. @@ -118,10 +118,6 @@ Example: } ``` -On the other hand, using `wlib.types.file` makes it more difficult to accept `${placeholder "out"}` within the generated configuration and have it point to the final derivation. - -So, if this might be important for your program, you can consider providing a different way to override the path. But in most cases, `${placeholder "out"}` is only something you use in the `config.drv` options when adding new files to the wrapper derivation itself. So, generally, using `wlib.types.file` is better for uniformity. - # Formatting `nix fmt`