From 0e9349fa00046f6cdd2cef4a772379e237e440a7 Mon Sep 17 00:00:00 2001 From: Marvin van Aalst Date: Tue, 26 May 2026 17:05:26 +0200 Subject: [PATCH] Add pixi section and reformat markdown tables Document pixi's native cooldown support introduced in v0.67.0, including project-level config and a pointer to the security docs for advanced channel/fix-override patterns. --- README.md | 13 +++++++++++++ docs/index.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 8e246a5..f19dd4b 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,19 @@ Hourly cronjob: The conda package manager does not have a native cooldown feature, but issue [#15759](https://github.com/conda/conda/issues/15759) proposed its implementation. +### pixi + +[pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. + +For project-level config, set in `pixi.toml` + +```ini +[workspace] +exclude-newer = "3d" +``` + +For more advanced settings, the [docs](https://pixi.prefix.dev/latest/security/#2-delay-fresh-uploads-with-exclude-newer) describe how to allow trusted internal channels or urgent fixes. + ## JavaScript Ecosystem ### npm diff --git a/docs/index.md b/docs/index.md index 6d98085..53e4dc0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -183,6 +183,19 @@ Hourly cronjob: The conda package manager does not have a native cooldown feature, but issue [#15759](https://github.com/conda/conda/issues/15759) proposed its implementation. +### pixi + +[pixi](https://pixi.prefix.dev/latest/) introduced the built-in cooldown feature in version [0.67.0](https://github.com/prefix-dev/pixi/releases/tag/v0.67.0). It uses relative durations natively and supports several timestamp and duration formats. + +For project-level config, set in `pixi.toml` + +```ini +[workspace] +exclude-newer = "3d" +``` + +For more advanced settings, the [docs](https://pixi.prefix.dev/latest/security/#2-delay-fresh-uploads-with-exclude-newer) describe how to allow trusted internal channels or urgent fixes. + ## JavaScript Ecosystem ### npm