Added llama-cpp to system packages

This commit is contained in:
Random936
2026-05-04 12:00:00 -04:00
parent 3849ccdf8f
commit 0109b80871

View File

@@ -80,4 +80,8 @@
};
};
};
environment.systemPackages = with pkgs; [
(llama-cpp.override { cudaSupport = true; })
];
}