From 76937d4db3152f2eaf76a8afdc1ff32cf3b9a44e Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Mon, 5 Feb 2024 18:35:07 +0700 Subject: Add gnumake for shell --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; } -- cgit 1.4.1