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 561a162..bdf6db5 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 mdbook-toc
+    gnumake git hugo rsync mdbook python3 cacert mdbook-toc
   ];
 }