Poetry2nix | 319 Members | |
| https://github.com/nix-community/poetry2nix | 62 Servers |
| Sender | Message | Time |
|---|---|---|
| 5 Nov 2024 | ||
| Ah okay. Yeah this project uses 0.7.1 so I guess I should do a PR to poetry2nix to update these? | 15:03:10 | |
| I am getting that "unknown ruff version" warning :P Good to know where it comes from | 15:03:29 | |
| Probably yes | 15:04:01 | |
| 6 Nov 2024 | ||
| I fixed the ruff problem (wip PR with not all the in-between versions added), now failing on the next hurdle: I read the edgecases.md and tried adding poetry to the build inputs of the package, but to no avail. Anything obviously wrong with this?
(the trace is being printed as | 08:04:49 | |
| * I fixed the ruff problem (wip PR with not all the in-between versions added), now failing on the next hurdle: I read the
(the trace is being printed as | 08:05:30 | |
You probably want super.poetry-core | 08:07:35 | |
| Also, check build-systems.json | 08:07:41 | |
| That's an easier way to do basically this | 08:07:45 | |
| oh okay! | 08:10:44 | |
| Actually yeah I saw that earlier and forgot about it | 08:10:54 | |
Is there a way to include arbitrary extra files in the output path of the root mkPoetryApplication build? I tried adding the name of that package (builder-tools for me) to the overrides section but that doesn't seem to be evaluated | 09:26:17 | |
* Is there a non-obvious/ not-document dway to include arbitrary extra files in the output path of the root mkPoetryApplication build? I tried adding the name of that package (builder-tools for me) to the overrides section but that doesn't seem to be evaluated | 09:26:42 | |
* Is there a non-obvious/ not-document way to include arbitrary extra files in the output path of the root mkPoetryApplication build? I tried adding the name of that package (builder-tools for me) to the overrides section but that doesn't seem to be evaluated | 09:28:11 | |
| I think you can use the usual nix derivation hooks. postInstall maybe | 09:28:13 | |
| I'll try that | 09:28:44 | |
| Nice :) that worked! Thanks | 09:29:41 | |
| Sorry for all my probably noob questions haha. I haven't done nix things in a while | 09:30:03 | |
| You can also add those files to your pyproject.toml | 09:38:18 | |
| So they're part of the actual built wheel | 09:38:25 | |
| That's a way better idea | 10:04:29 | |
| 7 Nov 2024 | ||
| This has been coming for some time. Poetry2nix is actively looking for new maintainers:
| 06:40:58 | |
In reply to @adis:blad.isI 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 | ||
| 14:28:54 | ||
| 14:30:16 | ||
| 15 Nov 2024 | ||
| 07:26:37 | ||
| 19 Nov 2024 | ||
| 05:19:55 | ||
| 22 Nov 2024 | ||
| This link is 404 :( https://nix-community.github.io/pyproject.nix/build.html | 08:51:52 | |
In reply to @picog:matrix.orgIt moved https://pyproject-nix.github.io/pyproject.nix/build.html | 09:31:50 | |
| 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 | |
In reply to @picog:matrix.orgForgot some references. I've updated them. | 09:39:44 | |