llama.cpp/.devops/nix
Michael Hueschen bf63d695b8 nix: add cc to devShell LD_LIBRARY_PATH
this fixes the error I encountered when trying to run the convert.py
script in a venv:

```
$ nix develop

[...]$ source .venv/bin/activate
(.venv)
[...]$ pip3 install -r requirements.txt
<... clipped ...>
[...]$ python3 ./convert.py
Traceback (most recent call last):
  File "/home/mhueschen/projects-reference/llama.cpp/./convert.py", line 40, in <module>
    from sentencepiece import SentencePieceProcessor
  File "/home/mhueschen/projects-reference/llama.cpp/.venv/lib/python3.11/site-packages/sentencepiece/__init__.py", line 13, in <module>
    from . import _sentencepiece
ImportError: libstdc++.so.6: cannot open shared object file: No such file or directory
```

however, I am not sure this is the cleanest way to address this linker
issue...
2024-01-24 12:39:29 +00:00
..
apps.nix flake.nix : rewrite (#4605) 2023-12-29 16:42:26 +02:00
devshells.nix flake.nix : rewrite (#4605) 2023-12-29 16:42:26 +02:00
jetson-support.nix flake.nix: expose full scope in legacyPackages 2023-12-31 13:14:58 -08:00
nixpkgs-instances.nix nix: add a comment on the many nixpkgs-with-cuda instances 2024-01-22 12:19:30 +00:00
package.nix nix: add cc to devShell LD_LIBRARY_PATH 2024-01-24 12:39:29 +00:00
scope.nix nix: add a comment about makeScope 2024-01-22 12:19:30 +00:00