Skip to content

Commit 97f9057

Browse files
KemingHegithub-actions[bot]
authored andcommitted
docs(src/assets/): update pixi official documentation
1 parent 7f89ef4 commit 97f9057

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/assets/pixi/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"source_repo": "prefix-dev/pixi",
33
"docs_path": "docs",
4-
"updated_at": "2025-11-04T22:05:36Z",
5-
"commit_sha": "82061b47054e276ea428e3603fd15f3645e18ecb"
4+
"updated_at": "2025-11-11T22:06:07Z",
5+
"commit_sha": "d9eb0bb8206e4a5cb3868476044bf3c5571aac3f"
66
}

src/assets/pixi/workspace/advanced_tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Notes on environment variables in tasks:
364364

365365
```toml title="pixi.toml"
366366
[tasks]
367-
echo = { cmd = "echo {{ ARGUMENT }}", args = [{"arg" = "ARGUMENT", "default" = "hello" }]}
367+
echo = { cmd = "echo {{ ARGUMENT }}", args = [{"arg" = "ARGUMENT", "default" = "hello" }] }
368368
```
369369

370370
```shell
@@ -382,7 +382,7 @@ It will however include some default values from the shell, like:
382382

383383
```toml
384384
[tasks]
385-
clean_command = { cmd = "python run_in_isolated_env.py", clean-env = true}
385+
clean_command = { cmd = "python run_in_isolated_env.py", clean-env = true }
386386
```
387387
This setting can also be set from the command line with `pixi run --clean-env TASK_NAME`.
388388

0 commit comments

Comments
 (0)