about summary refs log tree commit diff
diff options
context:
space:
mode:
authornatsukium <tomoya.otabi@gmail.com>2023-10-07 10:06:16 +0900
committerYt <happysalada@tuta.io>2023-10-07 04:59:51 +0000
commit71afbb6f00b11cd1819472b6779861f23a9de8dc (patch)
treee126c9ee3bccd2c1958f632ff643faebe377cefd
parentdb4cd6547add7c1146604ef93e733d96abfec031 (diff)
open-interpreter: add mainProgram to meta
-rw-r--r--pkgs/tools/llm/open-interpreter/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/llm/open-interpreter/default.nix b/pkgs/tools/llm/open-interpreter/default.nix
index 7099c05d98868..bba449acdc768 100644
--- a/pkgs/tools/llm/open-interpreter/default.nix
+++ b/pkgs/tools/llm/open-interpreter/default.nix
@@ -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";
   };
 }