v1.3.1
This commit is contained in:
parent
078693fc64
commit
c79e2cf487
14 changed files with 123 additions and 20 deletions
|
|
@ -69,8 +69,13 @@
|
|||
pyprojectOverrides
|
||||
]
|
||||
);
|
||||
inherit (pkgs.callPackages pyproject-nix.build.util { }) mkApplication;
|
||||
in {
|
||||
packages.default = pythonSet.mkVirtualEnv "mistralai-vibe-env" workspace.deps.default;
|
||||
|
||||
packages.default = mkApplication {
|
||||
venv = pythonSet.mkVirtualEnv "mistralai-vibe-env" workspace.deps.default;
|
||||
package = pythonSet.mistral-vibe;
|
||||
};
|
||||
|
||||
apps = {
|
||||
default = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue