From ba78881a68182ce338041846164cbfed0d70935c Mon Sep 17 00:00:00 2001 From: Johannes Horner Date: Sat, 12 Jul 2025 10:15:37 +0200 Subject: [PATCH] nix: Set `mainProgram` attribute --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 9a900b0..8ad8a3c 100644 --- a/flake.nix +++ b/flake.nix @@ -78,6 +78,7 @@ description = "Xwayland outside your Wayland"; homepage = "https://github.com/Supreeeme/xwayland-satellite"; license = licenses.mpl20; + mainProgram = "xwayland-satellite"; platforms = platforms.linux; }; };