From 2129caedbef4e482f746949dc24da06508fb3e37 Mon Sep 17 00:00:00 2001 From: Dorian Peron Date: Sun, 25 May 2025 17:57:18 +0200 Subject: [PATCH] flake.nix: Add cspell --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 79c69c490..9c99b7b72 100644 --- a/flake.nix +++ b/flake.nix @@ -1,4 +1,4 @@ -# spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo +# spell-checker:ignore bintools gnum gperf ldflags libclang nixpkgs numtide pkgs texinfo gettext { inputs = { nixpkgs.url = "github:nixos/nixpkgs"; @@ -30,6 +30,7 @@ rustup pre-commit + nodePackages.cspell # debugging gdb