Skip to content

Commit bd37bb6

Browse files
committed
remove env.DIRENV_CONFIG
1 parent 95dba78 commit bd37bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wrapperModules/d/direnv/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ in
6161
# **IMPORTANT** Using `placeholder "out"` here seems to cause issues if this wrapper is
6262
# built inside a subWrapperModule (for example within the zshWrapper) as it refers
6363
# to the build zsh output in that context. The passthru variants seems to solve this issue.
64-
DIRENV_CONFIG = "${placeholder "out"}/${config.configDirname}";
64+
# DIRENV_CONFIG = "${placeholder "out"}/${config.configDirname}";
6565
};
6666
passthru.DIRENV_CONFIG = direnvDotdir;
6767
lib = {

0 commit comments

Comments
 (0)