diff --git a/pkgs/applications/window-managers/maui-shell/default.nix b/pkgs/applications/window-managers/maui-shell/default.nix index 0b2c1b0db380..c4060a1e6f40 100644 --- a/pkgs/applications/window-managers/maui-shell/default.nix +++ b/pkgs/applications/window-managers/maui-shell/default.nix @@ -83,5 +83,6 @@ mkDerivation rec { homepage = "https://github.com/Nitrux/maui-shell"; license = licenses.lgpl3; maintainers = with maintainers; [ onny ]; + platforms = platforms.linux; }; }