add(nix): llama-cpp

This commit is contained in:
Léana 江 2024-02-28 19:53:17 +01:00 committed by Léana 江
parent d6ea0743f3
commit 2d6626c8af
4 changed files with 88 additions and 9 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{pkgs, ...} @ input: {
nixpkgs.hostPlatform = "aarch64-darwin";
services.nix-daemon.enable = true;
@ -23,5 +23,7 @@
gnumake
gnused
gcc
input.llama-cpp
];
}