add uv drop micromamba

This commit is contained in:
Daylin Morgan 2024-10-25 09:48:09 -05:00
parent 7908ea76c4
commit 9cc42f4313
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -26,10 +26,9 @@ in
exec ${python}/bin/python "$@"
'')
pixi
pkgs.uv
# needed for viv to work
pkgs.python3Packages.pip
pkgs.micromamba
pkgs.python3Packages.pip # needed for viv to work
];
};
}