4d5a95770c
GitOrigin-RevId: 3c5319ad3aa51551182ac82ea17ab1c6b0f0df89
3 lines
269 B
Text
Executable file
3 lines
269 B
Text
Executable file
#!/usr/bin/env nix-shell
|
|
#!nix-shell -I nixpkgs=channel:nixpkgs-unstable -i bash -p "python3.withPackages (ps: with ps; [ packaging requests ])" -p nix-prefetch-git
|
|
exec python3 pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py $@
|