6 Nov 2024 |
truh | I think you can use the usual nix derivation hooks. postInstall maybe | 09:28:13 |
kookie | I'll try that | 09:28:44 |
kookie | Nice :) that worked! Thanks | 09:29:41 |
kookie | Sorry for all my probably noob questions haha. I haven't done nix things in a while | 09:30:03 |
K900 | You can also add those files to your pyproject.toml | 09:38:18 |
K900 | So they're part of the actual built wheel | 09:38:25 |
truh | That's a way better idea | 10:04:29 |
7 Nov 2024 |
adisbladis | This has been coming for some time. Poetry2nix is actively looking for new maintainers:
- https://github.com/nix-community/poetry2nix/issues/1865
- https://github.com/nix-community/poetry2nix/commit/a1925e0848c62ab542b0b93b1b22875ee6efcb3d
| 06:40:58 |
@vengmark2:matrix.org | In reply to @adis:blad.is
This has been coming for some time. Poetry2nix is actively looking for new maintainers:
- https://github.com/nix-community/poetry2nix/issues/1865
- https://github.com/nix-community/poetry2nix/commit/a1925e0848c62ab542b0b93b1b22875ee6efcb3d
I would volunteer except I'm starting a new chapter very soon, and will probably be using uv2nix or just straight Nix for the foreseeable. Thank you so much for your work! | 08:18:32 |
8 Nov 2024 |
| moved to @amadaluzia:tchncs.de changed their display name from (artur 'manuel) to @amadaluzia:tchncs.de. | 14:28:54 |
| moved to @amadaluzia:tchncs.de changed their display name from @amadaluzia:tchncs.de to moved to @amadaluzia:tchncs.de. | 14:30:16 |
15 Nov 2024 |
| lunarequest 🏳️⚧️ changed their display name from lunarequest ⚡️ to lunarequest 🏳️⚧️. | 07:26:37 |
19 Nov 2024 |
| @imoimo:matrix.org left the room. | 05:19:55 |
22 Nov 2024 |
Pico | This link is 404 :( https://nix-community.github.io/pyproject.nix/build.html | 08:51:52 |
adisbladis | In reply to @picog:matrix.org This link is 404 :( https://nix-community.github.io/pyproject.nix/build.html It moved https://pyproject-nix.github.io/pyproject.nix/build.html | 09:31:50 |
Pico | Ah, okay, several text links still point to the old one then.
For example the text in this example flake.nix
https://pyproject-nix.github.io/uv2nix/usage/hello-world.html | 09:34:18 |
adisbladis | In reply to @picog:matrix.org Ah, okay, several text links still point to the old one then. For example the text in this example flake.nix https://pyproject-nix.github.io/uv2nix/usage/hello-world.html Forgot some references. I've updated them. | 09:39:44 |
Pico | Awesome, thank you. | 09:46:42 |
24 Nov 2024 |
| @mlenz:matrix.org left the room. | 09:39:57 |
29 Nov 2024 |
| iwanb joined the room. | 19:25:28 |
3 Dec 2024 |
| avianastra joined the room. | 10:27:45 |
avianastra |  Download image.png | 10:31:34 |
avianastra |  Download image.png | 10:31:35 |
avianastra | Download flake.nix | 10:31:35 |
avianastra | Download pyproject.toml | 10:31:35 |
avianastra | Download I followed the instructions on
https://github.com/nix-community/poetry2nix/blob/master/docs/edgecases.md#modulenotfounderror-no-module-named-packagename
And put "maturin" into the `package = [ "maturing" ];`, but no dice.
I simply ran `nix flake init --template github:nix-community/poetry2nix` and then inserted maturin with the poetry files that I have attached here as well. This is my first time setting up an environment with poetry2nix, and apart from this it has been incredibly magical | 10:31:35 |
truh | maybe you need to put polars = instead of package = . | 10:58:40 |
truh | Never used the template, I think it's implementing this https://github.com/nix-community/poetry2nix/blob/master/docs/edgecases.md?plain=1#L170 but with the requirements inlined | 10:59:59 |
avianastra | Hmm, yea no difference, same output | 11:03:56 |
truh | ah seems like this one is worse than usual https://github.com/nix-community/poetry2nix/issues/1677 | 11:24:13 |