-
Notifications
You must be signed in to change notification settings - Fork 164
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
External Splices repo + GHCJS splices #787
base: develop
Are you sure you want to change the base?
Conversation
To note the diffs will be pretty much useless until I make a new branch after I've disabled nixpkgs-fmt in my editor! |
default.nix
Outdated
, config ? { | ||
android_sdk.accept_license = true; | ||
} |
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.
We only do this in release.nix
on purpose, as we cannot opt into the license on behalf of our users.
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.
Feel free to add some sort of comment so this is clear to the next person to edit this file.
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.
Sorry, leftover from local testing.
Yes any mass formatting changes should always be done in a separate PR, if at all. |
d77247a
to
4452db0
Compare
4452db0
to
7712970
Compare
TODO:
Switch splices-load-save.nix to a thunk
Depends on #788