mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
add back python w/pip
This commit is contained in:
parent
d1dff8a600
commit
dbd4159002
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
||||||
exec ${python}/bin/python "$@"
|
exec ${python}/bin/python "$@"
|
||||||
'')
|
'')
|
||||||
|
|
||||||
# (python3.withPackages (ps: with ps; [pip]))
|
(python3.withPackages (ps: with ps; [pip]))
|
||||||
micromamba
|
micromamba
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue