unixtools: add mount, umount for darwin
This commit is contained in:
parent
5c491ab529
commit
1914ef6040
@ -69,6 +69,7 @@ in rec {
|
||||
};
|
||||
mount = singleBinary "mount" {
|
||||
linux = pkgs.utillinux;
|
||||
darwin = pkgs.darwin.diskdev_cmds;
|
||||
};
|
||||
netstat = singleBinary "netstat" {
|
||||
linux = pkgs.nettools;
|
||||
@ -96,6 +97,7 @@ in rec {
|
||||
};
|
||||
umount = singleBinary "umount" {
|
||||
linux = pkgs.utillinux;
|
||||
darwin = pkgs.darwin.diskdev_cmds;
|
||||
};
|
||||
whereis = singleBinary "whereis" {
|
||||
linux = pkgs.utillinux;
|
||||
|
Loading…
Reference in New Issue
Block a user