We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f11d10b commit 9e98218Copy full SHA for 9e98218
1 file changed
workspace_activation.sh
@@ -18,7 +18,7 @@ fi
18
# PIXI_ENVIRONMENT_NAME (pixi sets it before activation, unlike a feature's
19
# activation.env which lands too late for this guard), so it is a no-op in every
20
# other env and nothing here touches the default env's published-channel
21
-# dependency. CPPYY_KIT_SRC overrides the checkout path. Mirrors the removed M3
+# dependency. CPPYY_KIT_SRC overrides the checkout path. Mirrors the pre-release
22
# bridge; see RELEASING.md "Channel swap" for that history.
23
if [ "$PIXI_ENVIRONMENT_NAME" = "heavydemo" ]; then
24
CPPYY_KIT_SRC="${CPPYY_KIT_SRC:-$PIXI_PROJECT_ROOT/../cppyy_kit}"
0 commit comments