unixtools: add logger and wall on Darwin (#484580)

This commit is contained in:
Weijia Wang
2026-01-30 19:15:27 +00:00
committed by GitHub
+2
View File
@@ -160,6 +160,7 @@ let
};
logger = {
linux = pkgs.util-linux;
darwin = pkgs.darwin.remote_cmds;
};
more = {
linux = pkgs.util-linux;
@@ -243,6 +244,7 @@ let
};
wall = {
linux = pkgs.util-linux;
darwin = pkgs.darwin.remote_cmds;
};
watch = {
linux = pkgs.procps;