Disable direnv strict mode until nix-direnv issue is solved

This commit is contained in:
Charlotte Van Petegem 2020-07-09 09:55:03 +02:00
parent 9111e3a957
commit 0c27f1f6bc

View file

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