Sender | Message | Time |
---|---|---|
21 Aug 2024 | ||
But marker customisation feels wrong there | 04:48:20 | |
* This is quite a radical change I'm considering for poetry2nix v2: The API comes down to one central function
In this brave new world I'm having two considerations I'm not sure about:
| 05:21:46 | |
Internals are coming along https://adisbladis.github.io/poetry2nix-v2/lib/metadata2.html | 09:07:30 | |
So I would then use python.pkgs.<my-project-name> instead of the output of mkPoetryApplication? | 09:39:45 | |
In reply to @truh:matrix.orgThat's the idea | 09:44:46 | |
Sounds good, maybe a bit more difficult to get the hang of for people who aren't familiar nixpkgs. | 10:03:03 | |
Would this create ovrrides for all depedencies in the poetry.lock? What do you think about a way to tell poetry2nix to not create overrides for particular packages, when I know python3Packages.particular-package would work for my project, requires less build time on my end, and is well maintained. Or does that lead problems | 10:07:53 | |
In reply to @truh:matrix.orgFor sure it's a little bit more friction, OTOH this API gives you a gradual learning path. Another agenda with keeping it as simple as possible is for future compat with https://github.com/NixOS/nixpkgs/issues/272178 | 10:21:50 | |
In reply to @truh:matrix.orgI've been toying with ideas like that for a while :) | 10:21:57 | |
Excerpt:
| 10:25:15 | |
22 Aug 2024 | ||
12:58:51 | ||
14:53:11 | ||
23 Aug 2024 | ||
My 7000+ override PR finally passes the CI... | 13:41:02 | |
27 Aug 2024 | ||
hey there! i am trying to work on a flake template repository for whenever i need to setup a project but something i have been stuck on is trying to get past an assertionerror that happens only in the installPhase | 05:54:38 | |
Something i noted is that it works completely fine in base poetry and that this is probably an issue in how I declared the package. | 05:55:30 | |
All relevant files will be shared in a few hours or so, I am not on my PC right now. | 05:56:05 | |
* Hey there! I am trying to work on a flake template repository for whenever I need to setup a project but something I have been stuck on is trying to get past an assertionerror that happens only in the installPhase. | 05:59:24 | |
* Something I noted is that it works completely fine in base poetry and that this is probably an issue in how I declared the package. | 05:59:44 | |
28 Aug 2024 | ||
Download pyproject.toml | 15:58:56 | |
Download package.nix | 15:58:56 | |
Download flake.nix | 15:58:57 | |
https://pb.atl.tools/?aeff4a0ddca6e459#3sMAitzNr9ssws16XRKDsmBzRhnDo6fConJrXUbx8EAH | 17:07:14 | |
complete error log | 17:07:18 | |
29 Aug 2024 | ||
05:44:39 | ||
30 Aug 2024 | ||
03:53:34 | ||
...well, this is a fun one: changing python = pkgs.python312; to python = pkgs.enableDebugging pkgs.python312; results in a pythonEnv without any libraries installed. | 18:15:43 | |
2 Sep 2024 | ||
Hey, I'm trying to build ansible with poetry2nix, but it fails because pynacl wants sphinxcontrib.applehelp but doesn't find it. | 16:32:38 | |
In reply to @nazarewk:matrix.orgApparrently I'm not the first one having problems with ansible -> pynacl -> sphinx, but I have no clue how to fix it right now. | 16:32:45 | |
I was able to add some overrides for other packages, but this one I can't figure out. | 16:33:01 | |
I can try to find my solution if you need it | 16:33:22 |