fluidattacks / makes

A software supply chain framework powered by Nix.
https://makes.fluidattacks.com/
MIT License
420 stars 42 forks source link

makePythonPoetryEnvironment #1345

Closed dsalaza4 closed 3 weeks ago

dsalaza4 commented 3 weeks ago

Implement a makePythonPoetryEnvironment utility that provides the env built by poetry2nix: https://github.com/fluidattacks/makes/blob/main/src/args/make-python-environment/default.nix#L61

This with the purpose of being able to use later on makepythonvscodesettings.

Make makePythonEnvironment use this new util.