add back python w/pip

This commit is contained in:
Daylin Morgan 2024-02-26 12:42:09 -06:00
parent d1dff8a600
commit dbd4159002
Signed by: daylin
GPG key ID: 3CD66E04B8072F3E

View file

@ -24,7 +24,7 @@ in {
exec ${python}/bin/python "$@"
'')
# (python3.withPackages (ps: with ps; [pip]))
(python3.withPackages (ps: with ps; [pip]))
micromamba
];
};