-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
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
graphql-cli: init at 2.16.5 #44353
graphql-cli: init at 2.16.5 #44353
Conversation
@@ -56,7 +56,7 @@ let | |||
) dependencies); | |||
|
|||
# Recursively composes the dependencies of a package | |||
composePackage = { name, packageName, src, dependencies ? [], ... }: | |||
composePackage = { name, packageName, src, dependencies ? [], ... }@args: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this? Was just removed recently because args
isn't used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only applied the documented way of adding a package. I have no idea why it's so non-compositional and I have no idea why this reappeared.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, it's auto-generated. Never mind then
@GrahamcOfBorg build nodePackages.graphql-cli |
Success on x86_64-linux (full log) Attempted: nodePackages.graphql-cli Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: nodePackages.graphql-cli Partial log (click to expand)
|
Motivation for this change
graphql-cli is a command-line tool to make GraphQL requests.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)