Panfactum / stack

The Panfactum Stack
https://panfactum.com
Other
16 stars 5 forks source link

fix: addresses .env not being loadable be new devenv #53

Closed mschnee closed 6 months ago

mschnee commented 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.

fullykubed commented 6 months ago

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.