home-manager/direnv: enable evalutaion cache through nix-direnv
(Forgot to enable nix-direnv all this time. How dumb am I.)
This commit is contained in:
parent
1267f2b4e7
commit
e702d503b9
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ in
|
|||
direnv = {
|
||||
enable = true;
|
||||
stdlib = changeCacheDir;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue