aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-02-01 21:21:38 -0500
committertdro <tdro@noreply.example.com>2023-02-01 21:21:38 -0500
commit3ab9370ed649ee4fc3b4c3670f4411b523e8db61 (patch)
tree81c816461bcfe8e92606d0f0ddf8bcce19763720
parentbf61afac7a035ec6cf043b447d0f59ec27b15af2 (diff)
downloadhugo-theme-base-3ab9370ed649ee4fc3b4c3670f4411b523e8db61.tar.gz
hugo-theme-base-3ab9370ed649ee4fc3b4c3670f4411b523e8db61.tar.bz2
hugo-theme-base-3ab9370ed649ee4fc3b4c3670f4411b523e8db61.zip
shell.nix: Remove unnecessary packages
-rw-r--r--shell.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index 08dcb1b..9849248 100644
--- a/shell.nix
+++ b/shell.nix
@@ -11,10 +11,8 @@ let
in pkgs.mkShell {
buildInputs = [
- pkgs.hugo
- pkgs.busybox
pkgs.caddy
- pkgs.gnumake
+ pkgs.hugo
pkgs.yj
];