From 200ed25bb2368c26e11410f0b3f1de94f87060be 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 --- .../wrapper-manager-fds/modules/wrapper-manager/build.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/subprojects/wrapper-manager-fds/modules/wrapper-manager/build.nix b/subprojects/wrapper-manager-fds/modules/wrapper-manager/build.nix index e49222ae..f1811190 100644 --- a/subprojects/wrapper-manager-fds/modules/wrapper-manager/build.nix +++ b/subprojects/wrapper-manager-fds/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;