about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-05 13:10:16 +0700
committerNgô Ngọc Đức Huy <huyngo@disroot.org>2024-02-26 16:33:21 +0700
commit76823ce91fd9d7454b81982eba9041cd40a29d46 (patch)
treefec0184a514b035ba698176f2e955213d687f740
parentfea63e4bbaf628164f632b92ffe85186c37a7cf0 (diff)
downloadblog-76823ce91fd9d7454b81982eba9041cd40a29d46.tar.gz
Add missing packages
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 7d7eff2..162090e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -7,7 +7,7 @@
 pkgs.mkShell {
   name="build-env";
   buildInputs = with pkgs; [
-    hugo rsync mdbook
+    git hugo rsync mdbook python3
   ];
 }