Require python3
This commit is contained in:
		
							parent
							
								
									b645143b60
								
							
						
					
					
						commit
						8b38a8d944
					
				@ -1,5 +1,5 @@
 | 
				
			|||||||
{ python }:
 | 
					{ python3 }:
 | 
				
			||||||
with python.pkgs;
 | 
					with python3.pkgs;
 | 
				
			||||||
buildPythonApplication rec {
 | 
					buildPythonApplication rec {
 | 
				
			||||||
  name = "mqtt-dash";
 | 
					  name = "mqtt-dash";
 | 
				
			||||||
  src = ./.;
 | 
					  src = ./.;
 | 
				
			||||||
 | 
				
			|||||||
@ -5,5 +5,5 @@
 | 
				
			|||||||
      let
 | 
					      let
 | 
				
			||||||
        pkgs = import <nixpkgs> { inherit system; };
 | 
					        pkgs = import <nixpkgs> { inherit system; };
 | 
				
			||||||
      in
 | 
					      in
 | 
				
			||||||
        pkgs.callPackage ./. { python = pkgs.python3; };
 | 
					        pkgs.callPackage ./. {};
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user