Disable direnv strict mode until nix-direnv issue is solved
This commit is contained in:
parent
9111e3a957
commit
0c27f1f6bc
1 changed files with 6 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue