mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	languages/python: replace deprecated string type
This commit is contained in:
		
					parent
					
						
							
								6e4f70283a
							
						
					
				
			
			
				commit
				
					
						ec574e1c00
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -128,7 +128,7 @@ in { | ||||||
|       package = mkOption { |       package = mkOption { | ||||||
|         description = "python LSP server package, or the command to run as a list of strings"; |         description = "python LSP server package, or the command to run as a list of strings"; | ||||||
|         example = ''[lib.getExe pkgs.jdt-language-server "-data" "~/.cache/jdtls/workspace"]''; |         example = ''[lib.getExe pkgs.jdt-language-server "-data" "~/.cache/jdtls/workspace"]''; | ||||||
|         type = with types; either package (listOf string); |         type = with types; either package (listOf str); | ||||||
|         default = servers.${cfg.lsp.server}.package; |         default = servers.${cfg.lsp.server}.package; | ||||||
|       }; |       }; | ||||||
|     }; |     }; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue