diff options
author | Rory& <root@rory.gay> | 2024-02-25 09:20:38 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-25 09:20:38 +0100 |
commit | 766e1eef3b6a24bf45b46c014b07aed0ed139503 (patch) | |
tree | 5884722185e8286254e1c6635c2a9b8e39296212 | |
parent | Initial commit (diff) | |
download | MatrixMediaGate-766e1eef3b6a24bf45b46c014b07aed0ed139503.tar.xz |
Nix: add mainProgram
-rw-r--r-- | flake.nix | 3 |
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"; + }; }; }; }; |