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
would you be open to a PR simplifying some of the nix code, to make it more readable?
For example:
yarnpnp2nix/lib/mkYarnPackage.nix
Line 117 in ac8dc41
could be rewritten to:
_outputHash = packageManifest.outputHash or null;
same thing could be applied to most cases where hasAttr is used in the above file
hasAttr
The text was updated successfully, but these errors were encountered:
No branches or pull requests
would you be open to a PR simplifying some of the nix code, to make it more readable?
For example:
yarnpnp2nix/lib/mkYarnPackage.nix
Line 117 in ac8dc41
could be rewritten to:
same thing could be applied to most cases where
hasAttr
is used in the above fileThe text was updated successfully, but these errors were encountered: