Hello, I’m trying to create myself a dev-env-to-go for a project of mine.
Building that dev-env-to-go is to learn more nix while I do so. I could in theory work on the project itself without using nix at all.
Though to build that environment, I’d like to just enter a nix shell and have an emacs available that is bootstrapped with the configuration and package set that I have bootstrapped for that project.
Sadly though, it seems as if the current users config is loaded and used.
Though I’d prefer to really have an isolated emacs just for this project, is this possible and if yes, how?