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