-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I recently discovered that the operable script in your library is not as pure as expected because it inherits the $PATH from the running system. While this is not problematic in a minimal container, I encountered an issue when conducting integration tests for the operable layer. Running the script standalone revealed this potential bug.
You can find the relevant code here:
std/src/lib/ops/writeScript.nix
Line 39 in 4e20f55
| export PATH="${l.makeBinPath runtimeInputs}:$PATH" |
Do you consider this a bug that should be addressed to ensure the script's path purity?
Metadata
Metadata
Assignees
Labels
No labels