feat(wpcarro/emacs): Require ispell dependency

Also sort my dependencies, which is why this diff is noisy.

Change-Id: I998ca354d94d4c6283f9fdf76b06c08b9972ced5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4590
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2021-12-24 17:38:32 -05:00 committed by clbot
parent 9df5610cb7
commit 20bd01db88

View file

@ -9,27 +9,28 @@ let
inherit (pkgs.lib.strings) concatStringsSep makeBinPath;
emacsBinPath = makeBinPath (with pkgs; [
ripgrep
bat
clipmenu
direnv
diskus
exa
fd
fzf
pass
tokei
nmap
tldr
diskus
jq
pup
exa
gitAndTools.hub
kubectl
google-cloud-sdk
xsv
scrot
clipmenu
xorg.xset
direnv
ispell
jq
kubectl
nix
nmap
pass
pup
ripgrep
scrot
tldr
tokei
xorg.xset
xsv
]);
emacsWithPackages = (emacsPackagesGen emacs27).emacsWithPackages;