Problem description
I really like https://github.com/prefix-dev/pixi/releases/tag/v0.67.0 and its relative exclude-newer!
Personally (and, perhaps, naively) I think that a relative exclude-newer should be set by default on pixi init
[workspace]
authors = ["Vecko <36369090+VeckoTheGecko@users.noreply.github.com>"]
channels = ["conda-forge"]
name = "tmp"
platforms = ["osx-arm64"]
version = "0.1.0"
+exclude-newer = "7d" # only use packages that have been on channels for 7d
Giving people dependency cooldowns by default. In my experience, it's rare that people want to work at the bleeding edge for packages.
Problem description
I really like https://github.com/prefix-dev/pixi/releases/tag/v0.67.0 and its relative
exclude-newer!Personally (and, perhaps, naively) I think that a relative
exclude-newershould be set by default onpixi init[workspace] authors = ["Vecko <36369090+VeckoTheGecko@users.noreply.github.com>"] channels = ["conda-forge"] name = "tmp" platforms = ["osx-arm64"] version = "0.1.0" +exclude-newer = "7d" # only use packages that have been on channels for 7dGiving people dependency cooldowns by default. In my experience, it's rare that people want to work at the bleeding edge for packages.