Clarify that attrs passed to mkPoetryApplication are passed through to buildPythonApplication

This commit is contained in:
adisbladis 2020-02-26 16:39:40 +00:00
parent b85e2a6733
commit 4e48f6c851
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -26,6 +26,8 @@ Creates a Python application using the Python interpreter specified based on the
- **meta**: application [meta](https://nixos.org/nixpkgs/manual/#chap-meta) data (_default:_ `{}`).
- **python**: The Python interpreter to use (_default:_ `pkgs.python3`).
Other attributes are passed through to `buildPythonApplication`.
#### Example
```nix
poetry2nix.mkPoetryApplication {