summary refs log blame commit diff
path: root/maintainers/scripts/update-python-libraries
blob: 4a6024c40380bcbb04f9b2b0fb9148edc8aaa1b0 (plain) (tree)
1
2
3
4
5
         


                                                                                                                                                
 
#!/bin/sh
build=`nix-build -E "with import (fetchTarball "channel:nixpkgs-unstable") {}; python3.withPackages(ps: with ps; [ packaging requests toolz ])"`
python=${build}/bin/python
exec ${python} pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@