nix: can have the python info in the file itself so it can be run like a normal bash script
This commit is contained in:
parent
ff82802e16
commit
cb75a0475c
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
#!/usr/bin/env nix-shell
|
||||||
|
#!nix-shell -i python3 -p python3
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
# taken from https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/src/branch/main/LICENSE
|
# taken from https://forgejo.skynet.ie/Skynet/actions-deploy-to-skynet/src/branch/main/LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue