| 12 May 2023 |
hexa | https://github.com/nix-community/nix-init | 16:09:26 |
hexa | doesn't help with the tests, but goes a long way already 😄 | 16:09:42 |
Pol | Oh my, thanks ! | 16:09:50 |
Pol | By the way | 16:10:26 |
Pol | What am I supposed to add here? | 16:10:30 |
Pol | Redacted or Malformed Event | 16:10:33 |
Pol | What !?!?!? | 16:10:42 |
Pol | Why ?! | 16:10:47 |
Pol | Redacted or Malformed Event | 16:10:50 |
Pol | Why is the bot deleting my image ? | 16:11:06 |
Pol | is that new? | 16:11:10 |
ma27 | posting images is disabled in all nixos rooms for now (a few days ago some troll posted child abuse images in the main nixos channel) | 16:11:40 |
Pol | OMFG | 16:11:49 |
Pol | Ok :S | 16:11:51 |
Pol | Damn... | 16:11:56 |
Pol | I understand. | 16:11:59 |
Pol | hexa: What am I supposed to add here? https://imgur.com/a/fBKfskY | 16:13:04 |
hexa | if it has a setup.py it uses "setuptools" format | 16:13:19 |
hexa | if it has a pyproject.toml it uses "pyproject" format" | 16:13:28 |
hexa | * if it has a pyproject.toml it uses "pyproject" format | 16:13:29 |
hexa | if it has both, prefer pyproject | 16:13:34 |
Pol | Ooooh ok, all of this is brand new for me, thanks. | 16:13:36 |
hexa | pyproject requires a build-system section in the pyproject.toml | 16:13:45 |
hexa | np 🙂 | 16:13:48 |
Pol | hexa: I don't understand the attribute propagatedBuildInputs. nix-init add some for abstract-singletion, should I add them ? | 16:25:38 |
Pol | * hexa: I don't understand the attribute propagatedBuildInputs. nix-init add some for abstract-singleton, should I add them ? | 16:25:48 |
hexa | those are the runtime requirements for python packages | 16:27:04 |
hexa | the things it imports | 16:27:09 |
hexa | post what it created | 16:27:15 |
hexa | and ideally the link to the setup.py/pyproject.toml | 16:27:23 |