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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
concurrency
configuration in thepixi.toml
file.This allows you to set the number of concurrent solves or downloads that can be run at the same time.
pixi shell
, it will now search first in the current directory and its parent directories. more infoAdded
concurrency
configuration by @ruben-arts in #2569Changed
XDG_CONFIG_HOME
/.config
to search of pixi global manifest path by @hoxbro in #2547pixi global sync
collect errors rather than returning early by @Hofer-Julian in #2586Documentation
Fixed
pixi global list
failing for empty environments by @Hofer-Julian in #2571pixi global
report formatting by @Hofer-Julian in #2595Refactor
Pixi build
We've merged in the main
pixi build
feature branch. This is a big change but shouldn't have affected any of the current functionality.If you notice any issues, please let us know.
It can be turned on by
preview = "pixi-build"
in yourpixi.toml
file. It's under heavy development so expect breaking changes in that feature for now.pixi build
and workspaces by @tdejager in #2250New Contributors