Dotenv only evaluates during the build
When I enable dotenv my .env gets evaluated during the build of the environment. My expectation was that the .env would be evaluated every time I enter the enviornment, so that it is aware of changes. This appears however not te be the case and the .env file is static up to the moment that I make a chnage in my devenv.nix and it gets evaluated again.
I'd argue that if dotenv.enable = true then ideally a change to .env should trigger a new build of the environment?
Anything new about this ? I think it's also an issue when using devenv with external flake. (dotenv not working like this.) BTW, it used to work in the past
I think we fixed that in 1.6, can someone try with 1.8?
Relevant for #2061
Since we've added secretspec support, we won't be spending much time fixing .env support, although contributions are welcome.