ac

Results 1 comments of ac

As an alternative the [official repo](https://github.com/ggml-org/llama.cpp) has a `flake.nix`. Just set it in your `inputs` like this: ```nix llama-cpp = { url = "github:ggml-org/llama.cpp/b5896"; }; ``` Then in your `environment.systemPakages`...