nix-community / pip2nix

Freeze pip-installable packages into Nix expressions [maintainer=@datakurre]
175 stars 26 forks source link

Help #75

Open jakobneufeld opened 2 years ago

jakobneufeld commented 2 years ago

I generated my package dependencies use pip2nix generate -r requirements.txt. How do I turn this to default.nix

datakurre commented 2 years ago

Maybe these example help? https://github.com/nix-community/pip2nix/issues/59

jakobneufeld commented 2 years ago

This issue helps me with a nix shell. I want to make a nix derivation. @datakurre

jakobneufeld commented 2 years ago

Thanks anyway for answering