Hacker News new | ask | show | jobs
by ParetoOptimal 1102 days ago
I'm assuming you try to keep all dependencies on the nixpkgs version?
2 comments

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.