programs.poetry.enable
Whether to enable poetry.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.poetry.package
The poetry package to use. May be used to install custom poetry plugins.
Type: null or package
Default:
pkgs.poetry
Example:
pkgs.poetry.withPlugins (ps: with ps; [ poetry-plugin-up ])
Declared by:
programs.poetry.settings
Configuration written to
$XDG_CONFIG_HOME/pypoetry/config.toml on Linux or
$HOME/Library/Application Support/pypoetry/config.toml on Darwin.
See
https://python-poetry.org/docs/configuration/
for more information.
Type: TOML value
Default:
{ }
Example:
{
virtualenvs = {
create = true;
in-project = true;
};
}
Declared by: