nix: Set mainProgram attribute

This commit is contained in:
Johannes Horner 2025-07-12 10:15:37 +02:00 committed by Supreeeme
parent e4bb8c3f9d
commit ba78881a68

View file

@ -78,6 +78,7 @@
description = "Xwayland outside your Wayland"; description = "Xwayland outside your Wayland";
homepage = "https://github.com/Supreeeme/xwayland-satellite"; homepage = "https://github.com/Supreeeme/xwayland-satellite";
license = licenses.mpl20; license = licenses.mpl20;
mainProgram = "xwayland-satellite";
platforms = platforms.linux; platforms = platforms.linux;
}; };
}; };