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