Replace python shebang with nix-shell shebang

This commit is contained in:
Andreas Zweili 2023-07-22 14:29:02 +02:00
parent b90759841c
commit d421ed271f
1 changed files with 3 additions and 1 deletions

4
scripts/format-disk.py Normal file → Executable file
View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3
#! /usr/bin/env nix-shell
#! nix-shell -i python3 -p python3
import getpass
import os
import subprocess