forked from lix-project/nixos-module
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:
parent
e31baf5768
commit
0bb33a2305
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue