direnv
Extension for shell with a new feature to load and unload environment variable depending on the current directory
direnv allow
nix flake check
Library not loaded
When running test like Jest test, you get below error without proper run of test:
Library not loaded: /nix/store/
Solution: Delete node_module
from root folder. Then run:
yarn install direnv reload