feat: make the script autonomous in its python dependencies

Let's use a nix-shell shebang!

Signed-off-by: Raito Bezarius <raito@lix.systems>
This commit is contained in:
raito 2024-05-06 23:46:16 +02:00
parent e31baf5768
commit 0bb33a2305

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env nix-shell
#!nix-shell -i python3 -p 'python3.withPackages (ps: [ ps.requests ])'
"""
Updates pins in this repo to their latest version.