mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	modules: fix merge conflicts
This commit is contained in:
		
					parent
					
						
							
								b397dcb430
							
						
					
				
			
			
				commit
				
					
						aaf286dce4
					
				
			
		
					 2 changed files with 2 additions and 3 deletions
				
			
		|  | @ -96,13 +96,13 @@ in { | |||
| 
 | ||||
|       type = mkOption { | ||||
|         description = "CSS formatter to use"; | ||||
|         type = with types; enum (attrNames formats); | ||||
|         type = enum (attrNames formats); | ||||
|         default = defaultFormat; | ||||
|       }; | ||||
| 
 | ||||
|       package = mkOption { | ||||
|         description = "CSS formatter package"; | ||||
|         type = types.package; | ||||
|         type = package; | ||||
|         default = formats.${cfg.format.type}.package; | ||||
|       }; | ||||
|     }; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue