change python config
This commit is contained in:
		
							parent
							
								
									9d5c042bd8
								
							
						
					
					
						commit
						7d90bfb751
					
				
					 1 changed files with 7 additions and 5 deletions
				
			
		| 
						 | 
					@ -1,10 +1,12 @@
 | 
				
			||||||
{pkgs, ...}: 
 | 
					{pkgs, ...}: 
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  environment.systemPackages = with pkgs; [
 | 
					  environment.systemPackages = with pkgs; [
 | 
				
			||||||
    (python311Full.withPackages(ps: with ps; [ 
 | 
					    python3
 | 
				
			||||||
      requests
 | 
					    python311Packages.pip
 | 
				
			||||||
      pygame
 | 
					    # (python311Full.withPackages(ps: with ps; [ 
 | 
				
			||||||
      shapely
 | 
					    #   requests
 | 
				
			||||||
    ]))
 | 
					    #   pygame
 | 
				
			||||||
 | 
					    #   shapely
 | 
				
			||||||
 | 
					    # ]))
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue