aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
];