Problem description
repodata-config.disable-jlap was recently removed from the config struct. This resulted in a warning about that value not existing.
That's all fine but you should be able to use pixi config unset to remove unknown values from that config.
E.g.: this should work IMO
pixi config unset repodata-config.disable-jlap
It would be best if you can use the pixi config unset to remove any type of TOML value from the config files. Also because our warnings contain the exact config file path it would be great if pixi config could accept paths to those files to eliminate issues where the user doesn't know which config level e.g. --global --local etc.
Problem description
repodata-config.disable-jlapwas recently removed from the config struct. This resulted in a warning about that value not existing.That's all fine but you should be able to use
pixi config unsetto remove unknown values from that config.E.g.: this should work IMO
It would be best if you can use the
pixi config unsetto remove any type of TOML value from the config files. Also because our warnings contain the exact config file path it would be great ifpixi configcould accept paths to those files to eliminate issues where the user doesn't know which config level e.g.--global--localetc.