From 9ea50103f0a1c3890072819c53f5fe687b1d3acf Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 13:23:34 +0700 Subject: Add mdbook-toc --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; } -- cgit 1.4.1