Use python3 instead of python310
This commit is contained in:
parent
db3e6e585d
commit
9e9d6404ac
@ -203,7 +203,7 @@ let
|
|||||||
print(ex_fr.sub(fr, ex_ptr.sub(ptr, line)), end=''')
|
print(ex_fr.sub(fr, ex_ptr.sub(ptr, line)), end=''')
|
||||||
'';
|
'';
|
||||||
} ''
|
} ''
|
||||||
${pkgs.python310}/bin/python "$scriptPath" < "${s}" > "$out"
|
${pkgs.python3}/bin/python "$scriptPath" < "${s}" > "$out"
|
||||||
'';
|
'';
|
||||||
zones = pkgs.linkFarm "pdns-bind-zones" (mapAttrsToList (n: o: rec {
|
zones = pkgs.linkFarm "pdns-bind-zones" (mapAttrsToList (n: o: rec {
|
||||||
name = "${n}.zone";
|
name = "${n}.zone";
|
||||||
|
@ -10,7 +10,7 @@ let
|
|||||||
|
|
||||||
showUnsaved =
|
showUnsaved =
|
||||||
''
|
''
|
||||||
#!${pkgs.python310}/bin/python
|
#!${pkgs.python3}/bin/python
|
||||||
import stat
|
import stat
|
||||||
import sys
|
import sys
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user