cachix / devenv

Fast, Declarative, Reproducible, and Composable Developer Environments
https://devenv.sh
Apache License 2.0
3.47k stars 252 forks source link

fix 1.0.4 regression: python venv always recreated #1129

Closed mcdonc closed 2 weeks ago

mcdonc commented 2 weeks ago

Fix regression introduced by https://github.com/cachix/devenv/commit/6ff0c3a81ccbf79f00b5f3289f77df21114bd87e where Python venv will always be recreated unconditionally even if there is no reason to do so.

domenkozar commented 2 weeks ago

We really need a test for this.