aspell start

This commit is contained in:
Jan Kowalczyk
2025-10-11 18:09:18 +02:00
parent 28b6eba094
commit 055d403dfb
4 changed files with 58 additions and 129 deletions

View File

@@ -15,6 +15,8 @@
let
pkgs = import nixpkgs { inherit system; };
aspellWithDicts = pkgs.aspellWithDicts (d: [ d.en ]);
latex-packages = with pkgs; [
texlive.combined.scheme-full
which
@@ -33,6 +35,7 @@
buildInputs = [
latex-packages
dev-packages
aspellWithDicts
];
};