mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
wrapper-manager-fds/modules: update description
This commit is contained in:
parent
2ec1eab1dc
commit
200ed25bb2
@ -7,6 +7,13 @@
|
||||
description = ''
|
||||
Sets the build step to create a tiny compiled executable for the
|
||||
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;
|
||||
example = false;
|
||||
|
Loading…
Reference in New Issue
Block a user