mirror of
				https://github.com/NotAShelf/nvf.git
				synced 2025-10-31 19:12:38 +00:00 
			
		
		
		
	docs: clarify assertion message
This commit is contained in:
		
					parent
					
						
							
								557aa291bd
							
						
					
				
			
			
				commit
				
					
						459f542980
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ in { | ||||||
|     (config.programs.neovim-flake.enable) |     (config.programs.neovim-flake.enable) | ||||||
|     { |     { | ||||||
|       assertion = !config.programs.neovim.enable; |       assertion = !config.programs.neovim.enable; | ||||||
|       message = "You cannot use neovim-flake together with vanilla neovim."; |       message = "You cannot use `programs.neovim-flake.enable` with `programs.neovim.enable`"; | ||||||
|     } |     } | ||||||
|   ]; |   ]; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 NotAShelf
				NotAShelf