open-interpreter: add mainProgram to meta
This commit is contained in:
@@ -53,5 +53,6 @@ python3.pkgs.buildPythonApplication {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
changelog = "https://github.com/KillianLucas/open-interpreter/releases/tag/v${version}";
|
changelog = "https://github.com/KillianLucas/open-interpreter/releases/tag/v${version}";
|
||||||
maintainers = with maintainers; [ happysalada ];
|
maintainers = with maintainers; [ happysalada ];
|
||||||
|
mainProgram = "interpreter";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user