Merge pull request #4356 from d1egoaz/patch-1
fix nix aspell installation instructions
This commit is contained in:
commit
94ce761312
1 changed files with 1 additions and 4 deletions
|
@ -70,10 +70,7 @@ with anything other than =aspell= yet.
|
|||
#+BEGIN_SRC nix
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
aspell
|
||||
aspellDicts.en
|
||||
aspellDicts.en-computers
|
||||
aspellDicts.en-science
|
||||
(aspellWithDicts (dicts: with dicts; [ en en-computers en-science ]))
|
||||
];
|
||||
}
|
||||
#+END_SRC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue