generated from me/nix-flake-template
	Update README.md
This commit is contained in:
		
							parent
							
								
									580a81d557
								
							
						
					
					
						commit
						c768466bde
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -4,10 +4,7 @@ SPDX-FileCopyrightText: 2025 Ethan Reece <contact@ethanreece.com>
 | 
			
		|||
SPDX-License-Identifier: MIT
 | 
			
		||||
-->
 | 
			
		||||
 | 
			
		||||
# ❄️ Nix Flake template
 | 
			
		||||
# 🧮 Nix Flake Haskell template
 | 
			
		||||
 | 
			
		||||
Template that automatically configures settings for language checking,
 | 
			
		||||
formatting, linting, and previewing to integrate with enabled editors and the
 | 
			
		||||
project repository.
 | 
			
		||||
 | 
			
		||||
See [Nix Flake base](https://git.sudoer777.dev/me/nix-flake-base) for more info.
 | 
			
		||||
Template for Haskell based on
 | 
			
		||||
[Nix Flake template](https://git.sudoer777.dev/me/nix-flake-template).
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -50,7 +50,10 @@
 | 
			
		|||
            languages = {
 | 
			
		||||
              en-us = {
 | 
			
		||||
                enable = true;
 | 
			
		||||
                dictionary = [ "Reece" ];
 | 
			
		||||
                dictionary = [
 | 
			
		||||
                  "Haskell"
 | 
			
		||||
                  "Reece"
 | 
			
		||||
                ];
 | 
			
		||||
                vale."{**/*.md,**/*.txt}".packages = {
 | 
			
		||||
                  RedHat.enable = true;
 | 
			
		||||
                  proselint.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue