summaryrefslogtreecommitdiffstats
path: root/docs/cli.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli.mdx')
-rw-r--r--docs/cli.mdx9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/cli.mdx b/docs/cli.mdx
index 9aa1370..c269a74 100644
--- a/docs/cli.mdx
+++ b/docs/cli.mdx
@@ -330,8 +330,9 @@ pixi project channel add --no-install robostack
```
[^1]: An __up-to-date__ lockfile means that the dependencies in the lockfile are allowed by the dependencies in the manifest file.
- For example
- - a `pixi.toml` with `python = ">= 3.11"` is up-to-date with a `name: python, version: 3.11.0` in the `pixi.lock`.
- - a `pixi.toml` with `python = ">= 3.12"` is **not** up-to-date with a `name: python, version: 3.11.0` in the `pixi.lock`.
+For example
- Being up-to-date does **not** mean that the lockfile holds the latest version available on the channel for the given dependency.
+ - a `pixi.toml` with `python = ">= 3.11"` is up-to-date with a `name: python, version: 3.11.0` in the `pixi.lock`.
+ - a `pixi.toml` with `python = ">= 3.12"` is **not** up-to-date with a `name: python, version: 3.11.0` in the `pixi.lock`.
+
+ Being up-to-date does **not** mean that the lockfile holds the latest version available on the channel for the given dependency.