Domen Kožar
Domen Kožar
Would we be able to get the host out of the settings?
@penguincoder I wonder if these are not part of cfg.settings, we should expose other settings? Not sure what's the best way here :)
Maybe we need to tell about how to get rid of the warning in case you want to use old modules.
I think we fixed that in 1.6, can someone try with 1.8?
Relevant for #2061
Since we've added [secretspec](https://devenv.sh/blog/2025/07/21/announcing-secretspec-declarative-secrets-management/) support, we won't be spending much time fixing `.env` support, although contributions are welcome.
We have addressed this by releaseing secretspec: https://devenv.sh/blog/2025/07/21/announcing-secretspec-declarative-secrets-management/
Happy to accept a PR for someone to document this one!
Note that a proper fix would be to move the parsing of `.env` files into Rust code and then populating Nix variables as inputs. I suggest moving to https://devenv.sh/integrations/secretspec/ as...