mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
open-interpreter: add mainProgram to meta
This commit is contained in:
parent
db4cd6547a
commit
71afbb6f00
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user