Closed mschnee closed 6 months ago
Fixes #52
According to devenv maintainers, this is a wontfix,
While the old python-rewrite branch supported dotenv files when used via nix flakes, the released 1.0.x rewrite in rust does not. https://github.com/cachix/devenv/issues/1135#issuecomment-2127681361
TLDR, using the released devenv means .env files no longer work.
.env
Thank you for this! Used it as inspiration for the fix, but added the changes in a different commit b/c needed to make some other changes as well.
Fixes #52
According to devenv maintainers, this is a wontfix,
While the old python-rewrite branch supported dotenv files when used via nix flakes, the released 1.0.x rewrite in rust does not. https://github.com/cachix/devenv/issues/1135#issuecomment-2127681361
TLDR, using the released devenv means
.env
files no longer work.