Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't change directory in Nix flakes's dev shell (#485)
When the Nix flakes' dev shell is activated, the shell used to end up in the `dev-tools` directory, rather than the project root directory. That broke things when the shell was hooked to `direnv` , as `.envrc` would suddenly be executed in wrong directory. This PR changes that.
- Loading branch information