diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-18 17:32:30 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-18 17:32:30 +0200 |
| commit | b20136989326cc7272ffd48b2c06cd027b2d7ebd (patch) | |
| tree | 221bcfc83f4ea262b44480f0642fa35842597cd1 /modules | |
| parent | modules/direnv: Don't depend on git, for the cache path creation (diff) | |
| download | nixos-config-b20136989326cc7272ffd48b2c06cd027b2d7ebd.zip | |
modules/direnv: Disable `strict_env` again
Diffstat (limited to '')
| -rw-r--r-- | modules/by-name/di/direnv/module.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/by-name/di/direnv/module.nix b/modules/by-name/di/direnv/module.nix index 642ac040..31c70dad 100644 --- a/modules/by-name/di/direnv/module.nix +++ b/modules/by-name/di/direnv/module.nix @@ -44,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; }; }; |
