nixpkgs-suyu/pkgs/development/tools/poetry2nix/poetry2nix
Robert Hensing fbafeb7ad5 treewide: runCommandNoCC -> runCommand
This has been synonymous for ~5y.
2021-08-15 17:36:41 +02:00
..
bin
hooks
pkgs/poetry
cli.nix
default.nix
editable.nix treewide: runCommandNoCC -> runCommand 2021-08-15 17:36:41 +02:00
extensions.json
fetch-from-pypi.sh
fetch_from_legacy.py
lib.nix
mk-poetry-dep.nix
overrides.nix
pep425.nix
pep508.nix
plugins.nix
README.md
semver.nix
shell-scripts.nix

Dont change these files here, they are maintained at https://github.com/nix-community/poetry2nix

The update procedure is as-follows:

  1. Send your change to the upstream poetry2nix repository
  2. Get it approved with tests passing
  3. Run the update script in pkgs/development/tools/poetry2nix