chore: added csepll for spell checking

This commit is contained in:
Ethan Holz
2023-11-06 09:57:04 -06:00
parent c1b0769c2c
commit 570219b9f9
2 changed files with 14 additions and 1 deletions

13
cspell.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": "0.2",
"language": "en",
"words": [
"grlx",
"FARMERINTERFACE",
"FARMERORGANIZATION",
"NATS",
"FARMERBUSPORT",
"FARMERAPIPORT",
"PUBKEYS",
],
}

View File

@@ -23,7 +23,7 @@
# Equivalent to inputs'.nixpkgs.legacyPackages.hello; # Equivalent to inputs'.nixpkgs.legacyPackages.hello;
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [ nodejs_18 nodePackages_latest.prettier]; nativeBuildInputs = with pkgs; [ nodejs_18 nodePackages_latest.prettier nodePackages_latest.cspell ];
}; };
}; };
flake = { flake = {