añade setuptools a tcrb
This commit is contained in:
parent
b779ff7143
commit
97f9bd22fd
|
@ -2,6 +2,7 @@ pkgs: {
|
|||
paths = with pkgs; [
|
||||
pipenv
|
||||
(python310.withPackages ( packages: with packages; [
|
||||
setuptools
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue