File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 = {
6868 "nix-direnv.sh" = lib . mkIf config . nix-direnv . enable ''
69- source ${ config . nix-direnv . package } /share/nix-direnv/direnvRc
69+ source ${ config . nix-direnv . package } /share/nix-direnv/direnvrc
7070 '' ;
7171 "mise.sh" = lib . mkIf config . mise . enable ''
7272 eval "$(${ lib . getExe config . mise . package } direnv activate)"
You can’t perform that action at this time.
0 commit comments