You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,8 @@ pixi-pack --platform win-64
126
126
```
127
127
128
128
> [!NOTE]
129
-
> You can only `pixi-unpack` a pack on a system that has the same platform as the pack was created for.
129
+
> You can only `pixi-unpack` a pack on a system that has the same platform as the pack was created for. However, this check can be
130
+
skipped by using `--allow-incompatible-target`. This can be useful when using `pixi-unpack` to explore a different platform environment, or re-package it with other tools.
0 commit comments