about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0745b6f..d45deba 100644
--- a/flake.nix
+++ b/flake.nix
@@ -22,6 +22,9 @@
               nativeBuildInputs = with pkgs; [
                   gcc
               ];
+              meta = {
+                mainProgram = "MatrixMediaGate";
+              };
             };
         };
     };