<DigitalKiwi>
see all of the fun i've been having with getting things to work with multiple nixpkgs and then with flakes :(
<DigitalKiwi>
which is why i tried updating to the latest version of flakes and poetry2nix and nixpkgs hoping the fix was in some of them
<DigitalKiwi>
it's a bit problematic that i have to nest multiple nix-shells with different NIX_PATH / -I nixpkgs to get a version of poetry that will create a lockfile that will work :/
<DigitalKiwi>
(especially since i can't ever remember what the sequence was to get a working one for the next time...)
<DigitalKiwi>
...was it a nixos.poetry from nixos-20.03 or was it python37Packages.poetry from 20.09? or maybe it was python38Packages.poetry from nixos-unstable... and `poetry` on nixos 20.03 is a different python version than it is on nixos 20.09/unstable...
<DigitalKiwi>
it's just too much for me
<DigitalKiwi>
and then there's the joy of that poetry doesn't even have a stable/backwards compatible lock file format so you have to be mindful of what version of poetry you created the lockfile and what version you want to build it, sometimes it'll work fine, sometimes it'll completely break, sometimes it'll complain
<DigitalKiwi>
and pip gets mad if there's a newer version