-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trying to fix #2349 ### Example: If the current `pixi.toml` has: ``` [project] channels = ["conda-forge"] ``` After running `pixi project channel add pytorch --prepend` , the channels list will become: ``` [project] channels = ["pytorch", "conda-forge"] ``` unit test regarding the above functionality is passing: ![Screenshot from 2024-11-10 02-46-18](https://github.com/user-attachments/assets/30973f40-6a2e-471b-abea-6e13195f99d0) this is my first time trying to contribute to pixi, and I am not that good in Rust too, so any kind of help will be very much appreciated. I will be happy to make requested code changes for this PR.
- Loading branch information
1 parent
5ab7fac
commit 689cf9d
Showing
5 changed files
with
95 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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