diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 13:23:34 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:21 +0700 |
commit | 9ea50103f0a1c3890072819c53f5fe687b1d3acf (patch) | |
tree | a73e2604e7a858d8d70d907c5490f4c7912dafdc | |
parent | a253591c832db2df51ace678627a82254f10693d (diff) | |
download | blog-9ea50103f0a1c3890072819c53f5fe687b1d3acf.tar.gz |
Add mdbook-toc
-rw-r--r-- | shell.nix | 2 |
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 ]; } |