Skip to content

Commit 87e6716

Browse files
authored
chore: Rename local channel to pixi-pack (#58)
1 parent daf227e commit 87e6716

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Before creating the pack, `pixi-pack` will ensure that the injected packages' de
136136
### Unpacking without `pixi-pack`
137137

138138
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.
139-
Just unarchive the `environment.tar`, then you have a local channel on your system where all necessary packages are available.
139+
Just unarchive the `environment.tar`, then you have a local channel named `pixi-pack` on your system where all necessary packages are available.
140140
Next to this local channel, you will find an `environment.yml` file that contains the environment specification.
141141
You can then install the environment using `conda` or `micromamba`:
142142

src/unpack.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async fn create_prefix(channel_dir: &Path, target_prefix: &Path, cache_dir: &Pat
191191
package_record,
192192
file_name,
193193
url,
194-
channel: "local".to_string(),
194+
channel: "pixi-pack".to_string(),
195195
};
196196

197197
async {

0 commit comments

Comments
 (0)