Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run nix-shell with --pure when creating the .envrc
This fixes a bug where the `.envrc` keeps growing every time you regenerate it. By default, nix-shell gets the current $PATH and prepends the nix store $PATH. That means that if you already have the current `.envrc` loaded, both the current content of `.envrc` and the new computed path will be save to `.envrc`, making it grow over time. This is fixed by calling nix-shell with `--pure`.
- Loading branch information