get setuptools

This commit is contained in:
Jean-Paul Calderone 2022-01-27 13:59:32 -05:00
parent 5cab1f7a4c
commit dea4c7e131

View File

@ -6,6 +6,8 @@ in
}:
pkgs.mkShell {
buildInputs = [
pkgs.python3
(pkgs.python3.withPackages (ps: [
ps.setuptools
]))
];
}