This commit is contained in:
mjallen18
2026-04-05 13:25:06 -05:00
parent 869b48d26f
commit f111b1c725
5 changed files with 75 additions and 6 deletions

View File

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