Use python3 instead of python310

This commit is contained in:
2023-10-31 16:15:36 +00:00
parent db3e6e585d
commit 9e9d6404ac
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ let
showUnsaved =
''
#!${pkgs.python310}/bin/python
#!${pkgs.python3}/bin/python
import stat
import sys
import os