mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	Revert "flake/modules: remove builtPackage"
This reverts commit 2aa004b456.
	
	
This commit is contained in:
		
					parent
					
						
							
								2aa004b456
							
						
					
				
			
			
				commit
				
					
						8c4f32645b
					
				
			
		
					 2 changed files with 20 additions and 0 deletions
				
			
		|  | @ -22,6 +22,16 @@ in { | ||||||
| 
 | 
 | ||||||
|   options.programs.neovim-flake = { |   options.programs.neovim-flake = { | ||||||
|     enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper"; |     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 { |     settings = mkOption { | ||||||
|       type = attrsOf anything; |       type = attrsOf anything; | ||||||
|       default = {}; |       default = {}; | ||||||
|  |  | ||||||
|  | @ -22,6 +22,16 @@ in { | ||||||
| 
 | 
 | ||||||
|   options.programs.neovim-flake = { |   options.programs.neovim-flake = { | ||||||
|     enable = mkEnableOption "neovim-flake, the extensible neovim-wrapper"; |     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 { |     settings = mkOption { | ||||||
|       type = attrsOf anything; |       type = attrsOf anything; | ||||||
|       default = {}; |       default = {}; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue