HomeToolsAbout

Nix

direnv

Extension for shell with a new feature to load and unload environment variable depending on the current directory

direnv allow

Linting

nix flake check

Known Errors

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
AboutContact