about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-02-25 09:20:38 +0100
committerRory& <root@rory.gay>2024-02-25 09:20:38 +0100
commit766e1eef3b6a24bf45b46c014b07aed0ed139503 (patch)
tree5884722185e8286254e1c6635c2a9b8e39296212
parentInitial commit (diff)
downloadMatrixMediaGate-766e1eef3b6a24bf45b46c014b07aed0ed139503.tar.xz
Nix: add mainProgram
-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"; + }; }; }; };