From d4dc7b387833a51882f9b3670174fa10d32b95b1 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Sun, 17 Sep 2023 16:36:01 +0300 Subject: [PATCH] busybox --- sys/mailserver/mailserver.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/mailserver/mailserver.nix b/sys/mailserver/mailserver.nix index 9d46caa..4afeb5b 100644 --- a/sys/mailserver/mailserver.nix +++ b/sys/mailserver/mailserver.nix @@ -52,7 +52,7 @@ }; environment = { - systemPackages = with pkgs; [ coreutils-full fd git vim mlocate ]; + systemPackages = with pkgs; [ coreutils-full fd git vim mlocate busybox ]; }; }