1
0
Fork 0
generated from me/nix-flake-template

Update README.md

This commit is contained in:
Ethan Reece 2025-09-01 00:17:24 -05:00
parent 580a81d557
commit c768466bde
Signed by: me
GPG key ID: DD8CE04D5D8FF832
2 changed files with 7 additions and 7 deletions

View file

@ -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).

View file

@ -50,7 +50,10 @@
languages = {
en-us = {
enable = true;
dictionary = [ "Reece" ];
dictionary = [
"Haskell"
"Reece"
];
vale."{**/*.md,**/*.txt}".packages = {
RedHat.enable = true;
proselint.enable = true;