diff options
| author | tv <tv@krebsco.de> | 2024-12-03 21:18:05 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2024-12-03 21:18:05 +0100 |
| commit | d148d0de777c4d2b707a9d4154a1f7e37ed2d995 (patch) | |
| tree | 6a125b38d4615a03b88a2325bfac94cc72ef22ad /pkgs/simple/xkiller.nix | |
| parent | 46aedaff7e9538f39669a2854297b35e36a317d9 (diff) | |
treewide: iproute -> iproute2
Diffstat (limited to 'pkgs/simple/xkiller.nix')
| -rw-r--r-- | pkgs/simple/xkiller.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/xkiller.nix b/pkgs/simple/xkiller.nix index 8d8f016..9d83047 100644 --- a/pkgs/simple/xkiller.nix +++ b/pkgs/simple/xkiller.nix @@ -2,7 +2,7 @@ pkgs.writeDash "xkiller" '' set -efu exec >&2 - ${pkgs.iproute}/bin/ss -lp src unix:/tmp/.X11-unix/X* | + ${pkgs.iproute2}/bin/ss -lp src unix:/tmp/.X11-unix/X* | ${pkgs.gnused}/bin/sed -n ' s|.*/tmp/.X11-unix/X\([0-9]\+\)\>.*("X[^"]*",pid=\([0-9]\+\)\>.*|\1 \2|p ' | |
