Development environment with nix-shell: Difference between revisions

imported>Mickours
Add shell.nix + direnv setup
 
imported>Mickours
Add direnv wiki link
Line 62: Line 62:


No need to use <code>direnv allow</code> anymore, the next time you go to your project the environment will be loaded!
No need to use <code>direnv allow</code> anymore, the next time you go to your project the environment will be loaded!
More explanation and configuration tweak can be found in the Direnv wiki [https://github.com/direnv/direnv/wiki/Nix]