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;
|
enable = true;
|
||||||
enableNixDirenvIntegration = true;
|
enableNixDirenvIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
config = {
|
# https://github.com/nix-community/nix-direnv/issues/26
|
||||||
global = {
|
#config = {
|
||||||
strict_env = true;
|
# global = {
|
||||||
};
|
# strict_env = true;
|
||||||
};
|
# };
|
||||||
|
#};
|
||||||
stdlib = ''
|
stdlib = ''
|
||||||
: ''${XDG_CACHE_HOME:=$HOME/.cache}
|
: ''${XDG_CACHE_HOME:=$HOME/.cache}
|
||||||
hash=$(echo -n $PWD | shasum | cut -d' ' -f 1)
|
hash=$(echo -n $PWD | shasum | cut -d' ' -f 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue