get setuptools in there

This commit is contained in:
Jean-Paul Calderone 2022-01-27 14:55:34 -05:00
parent 7ee55d07e5
commit 17d2119521
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ jobs:
nix-env \
--file https://github.com/nixos/nixpkgs/archive/nixos-${NIXPKGS}.tar.gz \
--install \
-A git openssh python3
-A git openssh 'python3.withPackages (ps: [ ps.setuptools ])'
- "checkout"