mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	rust/clang: update lldb binary name (#365)
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Set up binary cache / cachix (default) (push) Has been cancelled
				
			
		
			
				
	
				Set up binary cache / cachix (maximal) (push) Has been cancelled
				
			
		
			
				
	
				Set up binary cache / cachix (nix) (push) Has been cancelled
				
			
		
			
				
	
				Validate flake & check formatting / Validate Flake (push) Has been cancelled
				
			
		
			
				
	
				Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
				
			
		
		
	
	
		
	
		
			Some checks failed
		
		
	
	Set up binary cache / cachix (default) (push) Has been cancelled
				
			Set up binary cache / cachix (maximal) (push) Has been cancelled
				
			Set up binary cache / cachix (nix) (push) Has been cancelled
				
			Validate flake & check formatting / Validate Flake (push) Has been cancelled
				
			Validate flake & check formatting / Formatting via Alejandra (push) Has been cancelled
				
			This commit is contained in:
		
					parent
					
						
							
								473ebea4cf
							
						
					
				
			
			
				commit
				
					
						e949a51c55
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -57,7 +57,7 @@ | ||||||
|       dapConfig = '' |       dapConfig = '' | ||||||
|         dap.adapters.lldb = { |         dap.adapters.lldb = { | ||||||
|           type = 'executable', |           type = 'executable', | ||||||
|           command = '${cfg.dap.package}/bin/lldb-vscode', |           command = '${cfg.dap.package}/bin/lldb-dap', | ||||||
|           name = 'lldb' |           name = 'lldb' | ||||||
|         } |         } | ||||||
|         dap.configurations.cpp = { |         dap.configurations.cpp = { | ||||||
|  |  | ||||||
|  | @ -173,7 +173,7 @@ in { | ||||||
|             dap = { |             dap = { | ||||||
|               adapter = { |               adapter = { | ||||||
|                 type = "executable", |                 type = "executable", | ||||||
|                 command = "${cfg.dap.package}/bin/lldb-vscode", |                 command = "${cfg.dap.package}/bin/lldb-dap", | ||||||
|                 name = "rustacean_lldb", |                 name = "rustacean_lldb", | ||||||
|               }, |               }, | ||||||
|             }, |             }, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Ching Pei Yang
				Ching Pei Yang