unixtools: add logger and wall on Darwin (#484580)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user