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
Observations There are > 5 ways to handle dependencies in Nix expressions:
<nixpkgs>
-I
NIX_PATH
fetchurl
fetchTarball
fetchGit
pkgs.fetchFromGitHub
I likely forgot some...
Problem
Approaches We can't fix it before we understand what's wrong.
Make an overview along the lines of Why are there five ways of getting software?. List features and trade-offs.
Willing to help? Very likely there is no way around it.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Observations
There are > 5 ways to handle dependencies in Nix expressions:
<nixpkgs>
,-I
,NIX_PATH
)fetchurl
,fetchTarball
,fetchGit
, ...)pkgs.fetchFromGitHub
, ...)I likely forgot some...
Problem
Approaches
We can't fix it before we understand what's wrong.
Make an overview along the lines of Why are there five ways of getting software?. List features and trade-offs.
Willing to help?
Very likely there is no way around it.
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: