diff options
Diffstat (limited to 'modules/by-name/di/direnv/module.nix')
| -rw-r--r-- | modules/by-name/di/direnv/module.nix | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/modules/by-name/di/direnv/module.nix b/modules/by-name/di/direnv/module.nix index 743375af..31c70dad 100644 --- a/modules/by-name/di/direnv/module.nix +++ b/modules/by-name/di/direnv/module.nix @@ -22,7 +22,9 @@ cat "${./pre-cache.sh}" > $out substituteInPlace $out \ - --replace-fail "%DEVSHELLS_REPO%" "${devshells}" + --replace-fail "%DEVSHELLS_REPO%" "${devshells}" \ + --replace-fail "%DEVSHELLS_REPO_REF%" "${devshells.sourceInfo.rev}" + ''; in { options.soispha.programs.direnv = { @@ -42,7 +44,10 @@ in { config = { warn_timeout = 0; - strict_env = true; + + # NOTE: Something variable is undeclared in the my default loaded stuff :/. <2026-08-18> + # strict_env = true; + # disable_stdin = true; }; }; |
