From 96ac0aecbe493712200a5cae7409d03e8d6cd1c4 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 24 Jun 2025 12:30:30 +0200 Subject: [PATCH] Add fx to pixi --- pixi/.pixi/manifests/pixi-global.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pixi/.pixi/manifests/pixi-global.toml b/pixi/.pixi/manifests/pixi-global.toml index e0e558d..728c50e 100644 --- a/pixi/.pixi/manifests/pixi-global.toml +++ b/pixi/.pixi/manifests/pixi-global.toml @@ -34,3 +34,8 @@ exposed = { bat = "bat" } channels = ["conda-forge"] dependencies = { duf = "*" } exposed = { duf = "duf" } + +[envs.fx] +channels = ["conda-forge"] +dependencies = { fx = "*" } +exposed = { fx = "fx" }