From 00beef24343f34d20a665822c0230151883514cc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 31 Jul 2024 13:28:21 +0800 Subject: [PATCH] wrapper-manager-fds/modules: update description --- modules/wrapper-manager/build.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/wrapper-manager/build.nix b/modules/wrapper-manager/build.nix index e49222a..f181119 100644 --- a/modules/wrapper-manager/build.nix +++ b/modules/wrapper-manager/build.nix @@ -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;