Spaces:
Runtime error
Runtime error
| with import <nixpkgs> {}; | |
| mkShell { | |
| packages = [ | |
| rustup | |
| cargo | |
| openssl | |
| cacert | |
| libiconv | |
| pkg-config | |
| libunistring | |
| openblas | |
| gfortran | |
| gcc | |
| sentencepiece | |
| python39Packages.sentencepiece | |
| wget | |
| xz | |
| gzip | |
| bzip2 | |
| curlFull | |
| ]; | |
| buildInputs = [] ++ lib.optionals stdenv.isDarwin [ | |
| darwin.apple_sdk.frameworks.IOKit | |
| darwin.apple_sdk.frameworks.Security | |
| darwin.apple_sdk.frameworks.CoreServices | |
| darwin.apple_sdk.frameworks.CoreFoundation | |
| ] ; | |
| } |