silky / nix-python-dev-version-issue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quirk

Edit: Fixed by NixOS/nixpkgs#298086

Demonstrates a quirk with the .dev version term and nix.

To reproduce:

nix develop

Error:

> Checking runtime dependencies for this-1-py3-none-any.whl
>   - other not satisfied by version 1.dev1

Then change the version in ./other to be simply 1, and it works.

About


Languages

Language:Nix 100.0%