mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 11:02:37 +00:00 
			
		
		
		
	feat: update default NodeJS package for Copilot.lua
This commit is contained in:
		
					parent
					
						
							
								d1b65d2858
							
						
					
				
			
			
				commit
				
					
						6201d04724
					
				
			
		
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -98,9 +98,9 @@ in { | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     copilotNodePackage = mkOption { |     copilotNodePackage = mkOption { | ||||||
|       type = with types; nullOr package; |       type = with types; nullOr package; # TODO - maybe accept a path as well? imperative users might want to use something like nvm | ||||||
|       default = pkgs.nodejs-slim-16_x; |       default = pkgs.nodejs-slim; # this will likely need to be downgraded because Copilot does not stay up to date with NodeJS | ||||||
|       description = "The package that will be used for Copilot. NodeJS v16 is recommended."; |       description = "The package that will be used for Copilot. NodeJS v18 is recommended."; | ||||||
|     }; |     }; | ||||||
|   }; |   }; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf