aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-18 17:32:30 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-08-18 17:32:30 +0200
commitb20136989326cc7272ffd48b2c06cd027b2d7ebd (patch)
tree221bcfc83f4ea262b44480f0642fa35842597cd1 /modules
parentmodules/direnv: Don't depend on git, for the cache path creation (diff)
downloadnixos-config-b20136989326cc7272ffd48b2c06cd027b2d7ebd.zip
modules/direnv: Disable `strict_env` again
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/di/direnv/module.nix5
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;
};
};