Y
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
ParetoOptimal
1102 days ago
I'm assuming you try to keep all dependencies on the nixpkgs version?
link
Cu3PO42
1102 days ago
That's not really necessary. Pulling in arbitrary versions of packages from PyPi is fairly easy, if a bit verbose.
link
ruuda
1100 days ago
For packages that I need to pin to specific versions, that's also easy to do with Nix.
link