Skip to content

Commit

Permalink
chore: Rename local channel to pixi-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
delsner committed Oct 24, 2024
1 parent daf227e commit c2c746e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Before creating the pack, `pixi-pack` will ensure that the injected packages' de
### Unpacking without `pixi-pack`

If you don't have `pixi-pack` available on your target system, you can still install the environment if you have `conda` or `micromamba` available.
Just unarchive the `environment.tar`, then you have a local channel on your system where all necessary packages are available.
Just unarchive the `environment.tar`, then you have a local channel named `pixi-pack` on your system where all necessary packages are available.
Next to this local channel, you will find an `environment.yml` file that contains the environment specification.
You can then install the environment using `conda` or `micromamba`:

Expand Down
2 changes: 1 addition & 1 deletion src/unpack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ async fn create_prefix(channel_dir: &Path, target_prefix: &Path, cache_dir: &Pat
package_record,
file_name,
url,
channel: "local".to_string(),
channel: "pixi-pack".to_string(),
};

async {
Expand Down

0 comments on commit c2c746e

Please sign in to comment.