about summary refs log tree commit diff
diff options
context:
space:
mode:
-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
   ];
 }