Revert "Disable direnv strict mode until nix-direnv issue is solved"
This reverts commit 0c27f1f6bc
.
This commit is contained in:
parent
0c27f1f6bc
commit
1daacf013e
1 changed files with 5 additions and 6 deletions
|
@ -16,12 +16,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
enableNixDirenvIntegration = true;
|
enableNixDirenvIntegration = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
# https://github.com/nix-community/nix-direnv/issues/26
|
config = {
|
||||||
#config = {
|
global = {
|
||||||
# global = {
|
strict_env = true;
|
||||||
# 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