Poetry2nix | 318 Members | |
| https://github.com/nix-community/poetry2nix | 60 Servers |
| Sender | Message | Time |
|---|---|---|
| 11 Jun 2024 | ||
| I think it's a bug. poetry2nix appears to be using the 'fetchzip' unpacked&recursive hash, while poetry specifies the hash of the tar.gz - https://github.com/nix-community/poetry2nix/issues/1695 | 08:29:33 | |
| 12:22:36 | ||
In reply to @jameswarren-582a7124d73408ce4f35e991:gitter.imI'm having similar issues. Are you using a flake for your project? | 16:30:51 | |
| 12 Jun 2024 | ||
| Yes I am. Looking at the source code, it looks somewhat understandable - I was planning on spending more time pondering it to either understand how it's to be used or how I could modify it. It's not my most pressing problem at the moment, though. 🤷 | 03:53:45 | |
| 13 Jun 2024 | ||
| 08:18:15 | ||
| Hey folks, I'm new to poetry2nix and trying to get my first flake going for a python backend in a monorepo. The flake quickstart example has a default app output as follows:
But I would like to output multiple scripts as different commands. How would I go about it? I thought I could just do
| 08:20:09 | |
| ah right, need to run it as an app, not build it | 08:37:21 | |
| I'm not sure what to make of this... here is the flake for the backend (it's in
But I get the following error:
| 08:44:08 | |
How do I control the name of the package created with mkPoetryApplication and installed with nix profile install? | 11:29:47 | |