Update jhelioviewer package

This commit is contained in:
2024-07-10 08:55:54 -05:00
parent a0c01ff9e6
commit eca1c0fddb
7 changed files with 118 additions and 28 deletions

4
overlays/llama-cpp.nix Normal file
View File

@@ -0,0 +1,4 @@
{ inputs, ... }:
final: prev: {
llama-cpp = inputs.llama-cpp.packages.rocm;
}