summaryrefslogtreecommitdiffstats
path: root/pkgs/simple/xkiller.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2026-07-09 20:03:09 +0200
committertv <tv@krebsco.de>2026-07-09 20:03:09 +0200
commitb8cd5cfc79b964351271470ca99a9a2da430aaf2 (patch)
tree7261893a2c570406545f9f701979f2febfdd6501 /pkgs/simple/xkiller.nix
parentd5d4ac434f81d6525ccfc3ab8fbfc1ec2dd4292c (diff)
treewide: s/(pkgs)\.xorg\>/\1/g
Diffstat (limited to 'pkgs/simple/xkiller.nix')
-rw-r--r--pkgs/simple/xkiller.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/simple/xkiller.nix b/pkgs/simple/xkiller.nix
index 9d83047..6f8326b 100644
--- a/pkgs/simple/xkiller.nix
+++ b/pkgs/simple/xkiller.nix
@@ -10,7 +10,7 @@ pkgs.writeDash "xkiller" ''
{
exit_code=$(
DISPLAY=:$display ${pkgs.coreutils}/bin/timeout 1 \
- ${pkgs.xorg.xset}/bin/xset q >/dev/null 2>&1 &&
+ ${pkgs.xset}/bin/xset q >/dev/null 2>&1 &&
echo 0 || echo $?
)
if test $exit_code = 124; then