Conversation
Poetry2nix is not maintained anymore. We use a more native approach to build esctl. This requires to "downgrade" the requirements of some libraries.
1f87126 to
aa822c3
Compare
|
Instead of downgrading dependencies (which I'm not a fan of, because dependabot will open dozens of PRs to bump them back up), I'd rather switch package managers. A good contender is
The other reason I'm not a fan of going to a more "native" nix approach here is that it forces 2 sources of truth for the package versions, the If you want I can migrate the project to be built with |
sbordeyne
left a comment
There was a problem hiding this comment.
As a temporary fix, while I migrate to yq, it's okay 👍
Poetry2nix is not maintained anymore. We use a more native approach to build esctl. This requires to "downgrade" the requirements of some libraries.