include rust tools in shell instead of rustup
This commit is contained in:
		
							parent
							
								
									a4189e2a86
								
							
						
					
					
						commit
						20ea1354be
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		|  | @ -1,11 +1,16 @@ | |||
| {pkgs ? import <nixpkgs> {}}: | ||||
| pkgs.mkShell { | ||||
|   nativeBuildInputs = with pkgs.buildPackages; [ | ||||
|     rustup | ||||
|     rustc cargo gcc rustfmt clippy | ||||
| 
 | ||||
|     pkg-config | ||||
|     xe | ||||
|     lzma | ||||
|     cargo-tarpaulin | ||||
|     gnumake | ||||
| 
 | ||||
|     # dotnet-sdk_8 | ||||
|   ]; | ||||
| 
 | ||||
|   RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}"; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vinzenz Schroeter
						Vinzenz Schroeter