aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2020-03-26 17:47:36 -0400
committerGitHub <noreply@github.com>2020-03-26 17:47:36 -0400
commite2f46f264e9ee919f32d5acb617e3a3f4ab62080 (patch)
tree947ffd5897f5f1a8a82516da5decfc99b1716934 /shell.nix
parent7dd56c3190ad9db210c783f05556a3fdcbc96ab9 (diff)
downloadxesite-e2f46f264e9ee919f32d5acb617e3a3f4ab62080.tar.xz
xesite-e2f46f264e9ee919f32d5acb617e3a3f4ab62080.zip
pa'i benchmarks (#132)
* blog: pa'i benchmarks * blog/pa'i benchmarks: link fixes
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index f88232b..6464c11 100644
--- a/shell.nix
+++ b/shell.nix
@@ -23,5 +23,8 @@ mkShell {
# dependency manager
niv
+
+ # tools
+ ispell
];
}