mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 02:52:37 +00:00 
			
		
		
		
	flake/modules: remove builtPackage
causes evaluation errors
This commit is contained in:
		
					parent
					
						
							
								ebac4c87f4
							
						
					
				
			
			
				commit
				
					
						2aa004b456
					
				
			
		
					 2 changed files with 0 additions and 20 deletions
				
			
		|  | @ -22,16 +22,6 @@ in { | |||
| 
 | ||||
|   options.programs.neovim-flake = { | ||||
|     enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper"; | ||||
| 
 | ||||
|     builtPackage = mkOption { | ||||
|       type = anything; | ||||
|       default = builtPackage; | ||||
|       internal = true; | ||||
|       description = '' | ||||
|         The built neovim-flake package, wrapped with the user's configuration. | ||||
|       ''; | ||||
|     }; | ||||
| 
 | ||||
|     settings = mkOption { | ||||
|       type = attrsOf anything; | ||||
|       default = {}; | ||||
|  |  | |||
|  | @ -22,16 +22,6 @@ in { | |||
| 
 | ||||
|   options.programs.neovim-flake = { | ||||
|     enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper"; | ||||
| 
 | ||||
|     builtPackage = mkOption { | ||||
|       type = anything; | ||||
|       default = builtPackage; | ||||
|       internal = true; | ||||
|       description = '' | ||||
|         The built neovim-flake package, wrapped with the user's configuration. | ||||
|       ''; | ||||
|     }; | ||||
| 
 | ||||
|     settings = mkOption { | ||||
|       type = attrsOf anything; | ||||
|       default = {}; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue