Hacker News new | ask | show | jobs
by ruuda 1102 days ago
No, that is not a fair summary; Nix is the nicest way to manage Python packages that I have found thus far.
1 comments

I'm assuming you try to keep all dependencies on the nixpkgs version?
That's not really necessary. Pulling in arbitrary versions of packages from PyPi is fairly easy, if a bit verbose.
For packages that I need to pin to specific versions, that's also easy to do with Nix.