Skip to content

Commit b91b597

Browse files
committed
Added aspell dicts
1 parent 0ec4f93 commit b91b597

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

shell.nix

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
{ pkgs ? import <nixpkgs> {} }:
1+
{pkgs ? import <nixpkgs> {}}:
22
pkgs.mkShellNoCC {
3-
packages = [ pkgs.multimarkdown pkgs.ruby pkgs.aspell pkgs.fswatch ];
3+
packages = [
4+
pkgs.multimarkdown
5+
pkgs.ruby
6+
pkgs.fswatch
7+
(pkgs.aspellWithDicts (d: [d.en d.en-computers]))
8+
];
49
}

0 commit comments

Comments
 (0)