tweag / nix-ux

Nix UX improvements
36 stars 2 forks source link

Lighter / cleaner shell environments #17

Open garbas opened 4 years ago

garbas commented 4 years ago

By lighter I mean, that currently a new bash process is spawned. We could do the same thing as direnv and Shopify is doing. This would allow us to better support different shell environments.

By cleaner I mean that maybe by default the development environment would not be "polluted" with all the environment variables. Again something similar that Shopify is doing.