mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
add uv drop micromamba
This commit is contained in:
parent
7908ea76c4
commit
9cc42f4313
1 changed files with 2 additions and 3 deletions
|
@ -26,10 +26,9 @@ in
|
||||||
exec ${python}/bin/python "$@"
|
exec ${python}/bin/python "$@"
|
||||||
'')
|
'')
|
||||||
pixi
|
pixi
|
||||||
|
pkgs.uv
|
||||||
|
|
||||||
# needed for viv to work
|
pkgs.python3Packages.pip # needed for viv to work
|
||||||
pkgs.python3Packages.pip
|
|
||||||
pkgs.micromamba
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue