adding rust server dependencies to shell
This commit is contained in:
		
							parent
							
								
									27d2e51160
								
							
						
					
					
						commit
						652495516a
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -13,7 +13,7 @@ let
 | 
			
		|||
    pkgs.openssl.dev
 | 
			
		||||
  ]);
 | 
			
		||||
in mkShell rec {
 | 
			
		||||
  name = "tfc-env";
 | 
			
		||||
  name = "tfc";
 | 
			
		||||
 | 
			
		||||
  nativeBuildInputs = [
 | 
			
		||||
    gcc
 | 
			
		||||
| 
						 | 
				
			
			@ -29,6 +29,11 @@ in mkShell rec {
 | 
			
		|||
    go
 | 
			
		||||
    nodejs
 | 
			
		||||
    sbcl'
 | 
			
		||||
    clippy
 | 
			
		||||
    rustc
 | 
			
		||||
    cargo
 | 
			
		||||
    rustfmt
 | 
			
		||||
    rust-analyzer
 | 
			
		||||
  ];
 | 
			
		||||
  
 | 
			
		||||
  shellHook = ''
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue