Loading pkgs/top-level/unix-tools.nix +5 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ in rec { linux = pkgs.nettools; darwin = pkgs.darwin.network_cmds; }; col = singleBinary "col" { linux = pkgs.utillinux; darwin = pkgs.darwin.text_cmds; }; eject = singleBinary "eject" { linux = pkgs.utillinux; }; Loading Loading @@ -138,7 +142,7 @@ in rec { utillinux = buildEnv { name = "utillinux-compat"; paths = [ fsck fdisk getopt hexdump mount script umount whereis write ]; script umount whereis write col ]; }; nettools = buildEnv { Loading Loading
pkgs/top-level/unix-tools.nix +5 −1 Original line number Diff line number Diff line Loading @@ -41,6 +41,10 @@ in rec { linux = pkgs.nettools; darwin = pkgs.darwin.network_cmds; }; col = singleBinary "col" { linux = pkgs.utillinux; darwin = pkgs.darwin.text_cmds; }; eject = singleBinary "eject" { linux = pkgs.utillinux; }; Loading Loading @@ -138,7 +142,7 @@ in rec { utillinux = buildEnv { name = "utillinux-compat"; paths = [ fsck fdisk getopt hexdump mount script umount whereis write ]; script umount whereis write col ]; }; nettools = buildEnv { Loading