From 647f53e7279edd5d10a5216d23868ce3ea5e8b73 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Thu, 25 Dec 2025 17:38:35 +0200 Subject: [PATCH] xwayland: move to pkgs/by-name --- .../x11/xorg/xwayland.nix => by-name/xw/xwayland/package.nix} | 0 pkgs/top-level/all-packages.nix | 2 -- 2 files changed, 2 deletions(-) rename pkgs/{servers/x11/xorg/xwayland.nix => by-name/xw/xwayland/package.nix} (100%) diff --git a/pkgs/servers/x11/xorg/xwayland.nix b/pkgs/by-name/xw/xwayland/package.nix similarity index 100% rename from pkgs/servers/x11/xorg/xwayland.nix rename to pkgs/by-name/xw/xwayland/package.nix diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 6d24e7993433..1e05f2605efd 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -9537,8 +9537,6 @@ with pkgs; in recurseIntoAttrs xorgPackages; - xwayland = callPackage ../servers/x11/xorg/xwayland.nix { }; - zabbixFor = version: rec { agent = (callPackages ../servers/monitoring/zabbix/agent.nix { }).${version}; proxy-mysql =