poetry2nix
poetry2nix copied to clipboard
Convert poetry projects to nix automagically [maintainer=@adisbladis]
I don't know the latest in python env management, I don't know anything about poetry and I don't know much about poetry2nix even after reading the readme (likely because of...
### Describe the issue As a relative Nix newbie it's not obvious how to create a new override to emulate `addBuildSystem` (I'm trying to avoid changing `build-systems.json` itself, if that...
_EDIT: original title was "flit_core backend missing"_ ### Describe the issue In `entrypoints-0.4` the backend is `flit_core.buildapi` which is specified in requires in build-system. https://github.com/takluyver/entrypoints/blob/ebdf2d8edc9921427ea07688851999796093c240/pyproject.toml#L2-L3 Trying to build `entrypoints` in...
At https://github.com/nix-community/poetry2nix/blob/3b01c3e3dc57d511848d8433153ab67db79640e1/flake.nix#L22 an instance of nixpkgs is imported that gets the overlay applied. This costs around 100MB of RAM when evaluating: https://zimbatm.com/notes/1000-instances-of-nixpkgs From what I can see the overlay is...
I'm opening a new issue, as I'm still having problem with https://github.com/nix-community/poetry2nix/issues/598, and I don't have permission to re-open a closed issue. ---- So the example as shown indeed works,...
### Describe the issue GDAL 3.5.0 fails to build with a recent version of poetry2nix due to a missing `GDT_UInt64` symbol. Workaround: Install the version available in the relevant nixpkgs...
### Describe the issue Cross-post of https://github.com/localstack/localstack/issues/5634, since I'm not sure whether there's a simpler way to fix it than [the author's wrapper](https://gist.github.com/dorranh/4317dcc5ea301ac5aec4e03edc0e9ffc). Basically, one way to work around the...
Please see [this fork](https://github.com/onvej-sl/poetry2nix/tree/test-nix-shell), where I added three new tests. When I run `nix-build --keep-going --show-trace tests/default.nix`, all the tests pass. However, when I enter using `nix-shell` the environment that...
### Describe the issue While packaging an Env for further reuse, the development dependencies end up in the final package, but are not needed for production. There should be a...
### Describe the issue When executing a package built with `mkPoetryApplication`, `importlib.metadata` is able to access the built package's metadata such as the version. When operating under `mkPoetryEnv`, the metadata...