diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-05 18:35:07 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-02-26 16:33:22 +0700 |
commit | 76937d4db3152f2eaf76a8afdc1ff32cf3b9a44e (patch) | |
tree | 1802925c0e26746cc4517e168aff7ef693fa4d21 | |
parent | 8c96ff709cca6849f77fc7433509a5d6562ef4d8 (diff) | |
download | blog-76937d4db3152f2eaf76a8afdc1ff32cf3b9a44e.tar.gz |
Add gnumake for shell
-rw-r--r-- | shell.nix | 2 |
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 ]; } |