Switch executable scripts to use nix-shell
This commit is contained in:
parent
15572c8319
commit
1b55a9c1e4
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i python3 -p python3
|
||||
import sys
|
||||
import os
|
||||
import secrets
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
#! /usr/bin/env nix-shell
|
||||
#! nix-shell -i python3 -p python3
|
||||
import sys
|
||||
import os
|
||||
import secrets
|
||||
|
|
Loading…
Reference in a new issue