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.
This PR brings the Bridle Nix flake in-sync with current bridle main.
In particular:
zephyr
input now points towardstiacsys/main
. When new release branches are created, their version of the flake should point toward the relevant zephyr release branch.west2nix.toml
manifest is updated to reflect a west workspace as fetched on 2024-05-16.*doxmlparser
is added to the available python packages since bridle docs now require it.bz
is added to the available python packages since zephyr tests now require it.* It seems the
hal_espressif
zephyr module is currently subtly broken: At least one of its submodules is dangling and isn't/can't be fetched. This failure seems to be invisible towest
, butwest2nix
notices that it can't prefetch the module correctly. Due to this,espressif-hal
is manually excised from the generatedwest2nix.toml
manifest for now, and is unavailable to nix builds.