Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 573 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 573 Bytes

Testing various features of poetry2nix on Monterey

Use this repo to create MREs (minimal reproducible example) to showcase various features and problems with poetry2nix.

Example: installing isort fails

# Enter nix-shell
$ nix-shell
error: value is null while a set was expected

       at /nix/store/i3hrzfn5l4402xminf93mspv06llhggh-source/default.nix:140:19:

          139|
          140|       poetryPkg = poetry.override { inherit python; };
             |                   ^
          141|
(use '--show-trace' to show detailed location information)