update-python-libraries: fix helper script after by-name migration

This commit is contained in:
Martin Weinelt 2024-12-05 23:26:00 +01:00
parent a58774a968
commit b8704b00bc
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -1,3 +1,3 @@
#!/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 $@
exec python3 pkgs/by-name/up/update-python-libraries/update-python-libraries.py $@