We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95dba78 commit bd37bb6Copy full SHA for bd37bb6
1 file changed
wrapperModules/d/direnv/module.nix
@@ -61,7 +61,7 @@ in
61
# **IMPORTANT** Using `placeholder "out"` here seems to cause issues if this wrapper is
62
# built inside a subWrapperModule (for example within the zshWrapper) as it refers
63
# to the build zsh output in that context. The passthru variants seems to solve this issue.
64
- DIRENV_CONFIG = "${placeholder "out"}/${config.configDirname}";
+ # DIRENV_CONFIG = "${placeholder "out"}/${config.configDirname}";
65
};
66
passthru.DIRENV_CONFIG = direnvDotdir;
67
lib = {
0 commit comments