| 17 Jan 2024 |
| daquintero joined the room. | 11:12:15 |
daquintero | Hi I'm really struggling twith this too | 11:14:28 |
daquintero | Did you find an answer? | 11:14:32 |
daquintero | * Hi Ryan Swart I'm really struggling twith this too | 11:16:23 |
daquintero | Hi nazarewk ! Did you manage to package it with watchfiles? Strugging to get it to build the wheel | 11:18:48 |
kdn | I didn't continue the topic | 11:19:37 |
daquintero | Ahh fair thanks! | 11:19:59 |
| 18 Jan 2024 |
| Jarrod Farrell joined the room. | 02:17:20 |
Jarrod Farrell | So poetry2nix has a bunch of examples of starting fresh and just packaging your project. But I have a prexisting project that isn't mine and thus I'm fetching from GitHub. The docs mention it has the src declaration so I've put src = pkgs.fetchFromGitHub { /* stuff here */ } but it still wants to grab from the folder where the declaration lives instead of the src I've provided. | 02:21:11 |
Jarrod Farrell | I could just clone the repo onto my system and tack on the .flake but I figure that isn't the right way to do things. | 02:22:19 |
K900 | You also need to provide the paths to pyproject.toml and poetry.lock | 05:25:09 |
K900 | And it will be IFD | 05:25:14 |
K900 | Are you doing this for your personal use or for nixpkgs? | 05:25:21 |
Jarrod Farrell | University related. I ended up just writing it as a bonafided deriative due a dependecy throwing an error with poetry2nix. | 05:26:35 |
Jarrod Farrell | So far I'm...still working on that. Time is a blur now. | 05:27:14 |
Jarrod Farrell | I'm getting close to it working though so...that's something. | 05:27:46 |