about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:23:34 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commit9ea50103f0a1c3890072819c53f5fe687b1d3acf (patch)
treea73e2604e7a858d8d70d907c5490f4c7912dafdc
parenta253591c832db2df51ace678627a82254f10693d (diff)
downloadblog-9ea50103f0a1c3890072819c53f5fe687b1d3acf.tar.gz
Add mdbook-toc
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index d8d3b8d..561a162 100644
--- a/shell.nix
+++ b/shell.nix
@@ -7,7 +7,7 @@
 pkgs.mkShell {
   name="build-env";
   buildInputs = with pkgs; [
-    git hugo rsync mdbook python3 cacert
+    git hugo rsync mdbook python3 cacert mdbook-toc
   ];
 }