mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
torch: add main application to the top-level
This commit is contained in:
parent
4a36a0c504
commit
5211ddb92e
1 changed files with 2 additions and 0 deletions
|
@ -13432,6 +13432,8 @@ let
|
|||
lua = luajit ;
|
||||
} );
|
||||
|
||||
torch-repl = lib.setName "torch-repl" torchPackages.trepl;
|
||||
|
||||
torchat = callPackage ../applications/networking/instant-messengers/torchat {
|
||||
wrapPython = pythonPackages.wrapPython;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue