open-interpreter: add mainProgram to meta

This commit is contained in:
natsukium 2023-10-07 10:06:16 +09:00 committed by Yt
parent db4cd6547a
commit 71afbb6f00

View file

@ -53,5 +53,6 @@ python3.pkgs.buildPythonApplication {
license = licenses.mit;
changelog = "https://github.com/KillianLucas/open-interpreter/releases/tag/v${version}";
maintainers = with maintainers; [ happysalada ];
mainProgram = "interpreter";
};
}