Revert "Disable direnv strict mode until nix-direnv issue is solved"

This reverts commit 0c27f1f6bc.
This commit is contained in:
Charlotte Van Petegem 2020-07-09 13:34:32 +02:00
parent 0c27f1f6bc
commit 1daacf013e

View file

@ -16,12 +16,11 @@
enable = true;
enableNixDirenvIntegration = true;
enableZshIntegration = true;
# https://github.com/nix-community/nix-direnv/issues/26
#config = {
# global = {
# strict_env = true;
# };
#};
config = {
global = {
strict_env = true;
};
};
stdlib = ''
: ''${XDG_CACHE_HOME:=$HOME/.cache}
hash=$(echo -n $PWD | shasum | cut -d' ' -f 1)