nix: Add meta.mainProgram

This commit is contained in:
Lin Xianyi
2024-01-28 10:22:38 +08:00
parent 38607a0f34
commit 6a720564b6

View File

@ -162,5 +162,6 @@ in
homepage = "https://github.com/mitchellh/ghostty"; homepage = "https://github.com/mitchellh/ghostty";
license = licenses.mit; license = licenses.mit;
platforms = ["x86_64-linux" "aarch64-linux"]; platforms = ["x86_64-linux" "aarch64-linux"];
mainProgram = "ghostty";
}; };
}) })