Use python3 instead of python310
This commit is contained in:
		@@ -203,7 +203,7 @@ let
 | 
			
		||||
        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 {
 | 
			
		||||
    name = "${n}.zone";
 | 
			
		||||
 
 | 
			
		||||
@@ -10,7 +10,7 @@ let
 | 
			
		||||
 | 
			
		||||
  showUnsaved =
 | 
			
		||||
    ''
 | 
			
		||||
      #!${pkgs.python310}/bin/python
 | 
			
		||||
      #!${pkgs.python3}/bin/python
 | 
			
		||||
      import stat
 | 
			
		||||
      import sys
 | 
			
		||||
      import os
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user