-
Notifications
You must be signed in to change notification settings - Fork 9
Bump nixpkgs, make Core Devices' pebble-tool the default in development shells #12
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
Open
Sorixelle
wants to merge
17
commits into
main
Choose a base branch
from
nixpkgs-bump
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
Signed-off-by: Ruby Iris Juric <[email protected]>
ae60cf5 to
02fdb7f
Compare
Signed-off-by: Ruby Iris Juric <[email protected]>
630f476 to
bb1f794
Compare
Signed-off-by: Ruby Iris Juric <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
pebbleEnvwithmkShellNoCCto avoid issues where pebble-tool tries to build Pebble apps with thestdenv's toolchainarm-embedded-toolchainas broken - seems to no longer compile with latest nixpkgspebble-toolas broken - nixpkgs are removing Python 2 support ([Tracking issue] Removing python2 leftovers NixOS/nixpkgs#479927)libpebble2: 0.0.28 -> 0.0.30coredevices.pebble-tool: 5.0.5 -> 5.0.21pebble-toolchain-bin: 4.5 -> 4.9.77Once this is merged, I'm going to be calling support for the original, Python 2-based
pebble-tooldead. In a world with Core Devices'pebble-tool, it's largely unnecessary, and continuing to maintain it here is proving to be an exercise in futility, especially now with nixpkgs moving to kill Python 2 completely.I'm keeping most of the relevant code around for now, in case I get around to fixing it back up again. Once Core Devices implements support for newer GCC toolchains in their SDK, I'll probably remove it all, since trying to support multiple toolchain versions in here doesn't sound like a fun time. In the event I don't get around to fixing it, consider 54d0893 to be the last commit with working support for the old
pebble-tool.