mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
Clarify that attrs passed to mkPoetryApplication
are passed through to buildPythonApplication
This commit is contained in:
parent
b85e2a6733
commit
4e48f6c851
1 changed files with 2 additions and 0 deletions
|
@ -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:_ `{}`).
|
- **meta**: application [meta](https://nixos.org/nixpkgs/manual/#chap-meta) data (_default:_ `{}`).
|
||||||
- **python**: The Python interpreter to use (_default:_ `pkgs.python3`).
|
- **python**: The Python interpreter to use (_default:_ `pkgs.python3`).
|
||||||
|
|
||||||
|
Other attributes are passed through to `buildPythonApplication`.
|
||||||
|
|
||||||
#### Example
|
#### Example
|
||||||
```nix
|
```nix
|
||||||
poetry2nix.mkPoetryApplication {
|
poetry2nix.mkPoetryApplication {
|
||||||
|
|
Loading…
Add table
Reference in a new issue