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
 | 
					    pkgs.openssl.dev
 | 
				
			||||||
  ]);
 | 
					  ]);
 | 
				
			||||||
in mkShell rec {
 | 
					in mkShell rec {
 | 
				
			||||||
  name = "tfc-env";
 | 
					  name = "tfc";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  nativeBuildInputs = [
 | 
					  nativeBuildInputs = [
 | 
				
			||||||
    gcc
 | 
					    gcc
 | 
				
			||||||
| 
						 | 
					@ -29,6 +29,11 @@ in mkShell rec {
 | 
				
			||||||
    go
 | 
					    go
 | 
				
			||||||
    nodejs
 | 
					    nodejs
 | 
				
			||||||
    sbcl'
 | 
					    sbcl'
 | 
				
			||||||
 | 
					    clippy
 | 
				
			||||||
 | 
					    rustc
 | 
				
			||||||
 | 
					    cargo
 | 
				
			||||||
 | 
					    rustfmt
 | 
				
			||||||
 | 
					    rust-analyzer
 | 
				
			||||||
  ];
 | 
					  ];
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  shellHook = ''
 | 
					  shellHook = ''
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue