| 9 Oct 2025 |
TyberiusPrime (smilodon inopinatus) | I'd expect it to be a 'the override is outdated' issue. So yeah, poetry2nix no longer being maintained I wouldn't expect it to be fixed externally. | 13:16:00 |
| @notgne2:wizbos.club left the room. | 19:59:40 |
raboof | right - I ended up just forking poetry2nix and making a bunch of updates (https://github.com/nix-community/poetry2nix/compare/master...raboof:poetry2nix:fetchCargoVendor?expand=0) - not super clear to me whether/which of those could live in my local overrides as well | 22:48:27 |
raboof | seems to work pretty well with those changes though | 22:48:35 |
raboof | is there any alternative to poetry2nix for poetry-based applications? or do people just migrate them to uv before packaging for nix? | 22:49:10 |
| 10 Oct 2025 |
TyberiusPrime (smilodon inopinatus) | I can only speak for myself, but yeah, I'm migrating everything to uv and uv2nix. I had a runin where poetry wouldn't install packages because of some metadata-change, and it wouldn't even tell me the name of the package with the problem and that pushed me over the dege | 11:29:43 |
| 11 Oct 2025 |
| @mrene:matrix.org left the room. | 17:01:04 |
| 15 Oct 2025 |
| FRidh left the room. | 17:07:58 |
| 17 Oct 2025 |
@goodboy:matrix.org | ehh there is a uv2nix hooray | 16:24:40 |
@goodboy:matrix.org | anyone got the new room link | 16:29:24 |
loudgolem | https://matrix.to/#/#pyproject.nix:blad.is | 16:33:17 |
@goodboy:matrix.org | nice thx! | 16:35:45 |
| @goodboy:matrix.org left the room. | 16:38:52 |
| 19 Oct 2025 |
| @reckenrode:matrix.org left the room. | 12:53:36 |
| 25 Oct 2025 |
| seirl joined the room. | 19:08:09 |
| 6 Nov 2025 |
| @blaese:matrix.uni-marburg.de left the room. | 16:19:45 |
| 7 Nov 2025 |
| @emma:rory.gay left the room. | 22:44:45 |
| 25 Dec 2021 |
| adisbladis changed the history visibility to "world_readable" from "shared". | 23:58:57 |
| 26 Dec 2021 |
| clango joined the room. | 19:06:23 |
| 28 Dec 2021 |
| [0x4A6F] joined the room. | 15:22:40 |
| Artturin joined the room. | 20:32:21 |
| 2 Jan 2022 |
| @grahamc:nixos.org joined the room. | 12:22:39 |
| 4 Jan 2022 |
| adisbladischanged room power levels. | 07:02:11 |
| adisbladis set the room topic to "https://github.com/nix-community/poetry2nix". | 07:03:01 |
| Mic92 joined the room. | 18:05:47 |
Artturin | just had to add pytest in to the checkPhase and now it works | 19:19:29 |
adisbladis | In reply to @artturin:matrix.org
if i add python.pkgs.pytestCheckHook to checkInputs i get many of these
python3.10-nixos-gen-config> Found duplicated packages in closure for dependency 'pytest':
python3.10-nixos-gen-config> pytest 6.2.5 (/nix/store/km2dg715wf31dq8vafdaplwlnh8jnqzy-python3.10-pytest-6.2.5/lib/python3.10/site-packages)
python3.10-nixos-gen-config> pytest 6.2.5 (/nix/store/yc3jnjq6wx4zz14anjj9mj8xxv1zc57v-python3.10-pytest-6.2.5/lib/python3.10/site-packages)
You absolutely should not add dependencies from the nixpkgs python package sets like that | 19:47:08 |
Artturin | i realised that | 19:47:34 |
| * adisbladis is slowly gathering an "anti-patterns" section for the readme | 19:48:05 |
Artturin | 👍️ | 19:48:19 |