re-add llama.cpp (test?)

This commit is contained in:
2026-03-30 02:03:05 -04:00
parent a2b16be399
commit 943fa2f531
5 changed files with 99 additions and 0 deletions

View File

@@ -28,6 +28,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
llamacpp = {
url = "github:ggml-org/llama.cpp";
inputs.nixpkgs.follows = "nixpkgs";
};
srvos = {
url = "github:nix-community/srvos";
inputs.nixpkgs.follows = "nixpkgs";