poetry2nix icon indicating copy to clipboard operation
poetry2nix copied to clipboard

Convert poetry projects to nix automagically [maintainer=@adisbladis]

Results 247 poetry2nix issues
Sort by recently updated
recently updated
newest added

### Describe the issue I was trying to migrate my project vom niv to flakes, and tried copying the flake template from `templates/app/flake.nix`. `nix build` complained that the flake doesn't...

I am relatively new to python development on nix, so I apologize if my analysis is wrong! I am trying to build a python environment by using most of the...

### Describe the issue Trying to package [Copier](https://github.com/copier-org/copier), poetry2nix fails. Error: [3n60lbr75rn9zw8zba7bdw1rw1f4p9lk-python3.10-copier-6.2.0.drv.log](https://github.com/nix-community/poetry2nix/files/9772185/3n60lbr75rn9zw8zba7bdw1rw1f4p9lk-python3.10-copier-6.2.0.drv.log) ### Additional context - `default.nix`/`shell.nix`/`flake.nix` ```nix {pkgs}: pkgs.poetry2nix.mkPoetryEnv { projectDir = ./pkgs/copier; overrides = pkgs.poetry2nix.overrides.withDefaults (final: prev: {...

This PR adds some more missing build systems.

### Describe the issue `isort` fails to install on latest Monterey with nix-darwin, latest `nixpkgs-22.05` and latest master of poetry2nix. Full runnable example is at https://github.com/teamniteo/monterey-poetry-test/tree/isort. I've also tried with...

### Describe the issue Run `nix build` and it fails with the error `ERROR: Failed to build one or more wheels`. ### Additional context Build log ``` Sourcing python-remove-tests-dir-hook Sourcing...

Opening this as a tracking issue for the deprecation of [numpy.distutils](https://numpy.org/devdocs/reference/distutils_status_migration.html#numpy-setuptools-interaction). Currently, there is a large maintenance load because of setuptools and numpy's expectations thereof with its custom distutils getting...

All we really need is a `METADATA` file, and for the folder to have dashes replaced with underscores. This may be related to https://github.com/nix-community/poetry2nix/issues/616. I think this probably shouldn't be...