Radosław Szamszur

Results 30 comments of Radosław Szamszur

Hardcoded cargo hashes feel hacky and probably is a burden to maintain. (I'm still a beginner with Nix; maybe it is supposed to be that way. But it feels the...

Poetry `1.2.0` is officially released.

@yajo I do not know flakes yet, but if you'd like I can contribute with Nix expressions for building Poetry package + shell with an editable package for development. Also...

Roger that! Well, it is about time I learn nix flakes so win-win :D. When I'll be back from holiday and this issue still will be open I can give...

I guess `withPlugins` is experimental/not yet implemented. The only idea I have at the moment is try to build `poetry2nix` with custom `poetry`: https://github.com/nix-community/poetry2nix/blob/3cc82ca6ccca2a06dbb05cb0b74efd5d50e60d48/default.nix#L3 such that would already contain the...

Hey @yajo Is this ticket still open for contribution? I saw you're still working on #696 and just want to double-check. If open, then are you interested in a workflow...

Sure, let me know if you need any help. In the meantime few resources you might find useful: * [Cachix](https://www.cachix.org/) - Nix binary cache. They offer a free 5 GB...

@yajo FYI there is a project that integrates pre-commit with Nix: https://github.com/cachix/pre-commit-hooks.nix

@DylanRJohnston-FZ It should still be overridable via nixpkgs overlays. Currently poetry2nix overrides `nixpkgs.poetry` with its own derivation: https://github.com/nix-community/poetry2nix/blob/02e4a29cb4ec64f2f5e8989084b80951df2bbb64/overlay.nix#L5 I'll do some experiments over the weekend. I'll let you know if...