Switch executable scripts to use nix-shell

This commit is contained in:
Artemis Tosini 2019-04-25 03:01:06 +00:00
parent 15572c8319
commit 1b55a9c1e4
Signed by: artemist
GPG key ID: EE5227935FE3FF18
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3 #! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3
import sys import sys
import os import os
import secrets import secrets

View file

@ -1,4 +1,5 @@
#!/usr/bin/env python3 #! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3
import sys import sys
import os import os
import secrets import secrets