Hacker News new | ask | show | jobs
by emptysongglass 1441 days ago
You can use Poetry and Nix together with Poetry2nix! [1]

[1] https://www.tweag.io/blog/2020-08-12-poetry2nix/

1 comments

Whoa, now that’s cool. The extent of my experience with Python and Nix is using a shebang line with nix-shell to specify the dependencies of my script, but I can see this being very useful for actual projects. Thank you!