wrapper-manager-fds/modules: update description

This commit is contained in:
Gabriel Arazas 2024-07-31 13:28:21 +08:00
parent 2ec1eab1dc
commit 200ed25bb2
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -7,6 +7,13 @@
description = '' description = ''
Sets the build step to create a tiny compiled executable for the Sets the build step to create a tiny compiled executable for the
wrapper. By default, it is set to `true`. wrapper. By default, it is set to `true`.
::: {.warning}
Binary wrappers cannot have runtime expansion in its arguments
especially when setting environment variables that needs it. For this,
you'll have to switch to shell wrappers (e.g., `build.isBinary =
false`).
:::
''; '';
default = true; default = true;
example = false; example = false;