We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
makePythonPoetryEnvironment
This with the purpose of being able to use later on makepythonvscodesettings.
makepythonvscodesettings
Make makePythonEnvironment use this new util.
makePythonEnvironment
The text was updated successfully, but these errors were encountered:
feat(back): fluidattacks#1345 make python poetry environment
5d5f372
- Add makePythonPoetryEnvironment builtin - Make makePythonEnvironment use such builtin - Add documentation - deprecate listOptional
06238f5
- Add makePythonPoetryEnvironment builtin - Make makePythonEnvironment use such builtin - Add documentation - deprecate listOptional Signed-off-by: Daniel Salazar <[email protected]>
Merge pull request #1346 from dsalaza4/dsalazaratfluid
78ffa66
feat(back): #1345 make python poetry environment
dsalaza4
No branches or pull requests
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#L61This with the purpose of being able to use later on
makepythonvscodesettings
.Make
makePythonEnvironment
use this new util.The text was updated successfully, but these errors were encountered: