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
pip
According to this, it's available on no versions. Sure enough, when I try to put it in a .nix file I get a bug.
.nix
It looks like the test says import pip, which I'm not aware of-- I'm only aware of pip as a cli.
import pip
Moreover, is pip in python.on-nix even desirable? it would give the user the ability to make nondeterministic builds.
python.on-nix
What are your thoughts about this?
The text was updated successfully, but these errors were encountered:
This may be related: #9
Sorry, something went wrong.
No branches or pull requests
According to this, it's available on no versions. Sure enough, when I try to put it in a
.nix
file I get a bug.It looks like the test says
import pip
, which I'm not aware of-- I'm only aware ofpip
as a cli.Moreover, is
pip
inpython.on-nix
even desirable? it would give the user the ability to make nondeterministic builds.What are your thoughts about this?
The text was updated successfully, but these errors were encountered: