Skip to content

Commit 97da889

Browse files
committed
chore(nix): add meta.mainProgram attribute
Signed-off-by: seth <[email protected]>
1 parent 97ced1f commit 97da889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/pkg/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ assert lib.assertMsg (stdenv.isLinux || !gamemodeSupport) "gamemodeSupport is on
5858
dontWrapQtApps = true;
5959

6060
meta = with lib; {
61+
mainProgram = "prismlauncher";
6162
homepage = "https://prismlauncher.org/";
6263
description = "A free, open source launcher for Minecraft";
6364
longDescription = ''

0 commit comments

Comments
 (0)