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

View File

@@ -1,7 +1,5 @@
{ inputs
, ...
}:
{ inputs, ...}:
{
gamescope = import ./gamescope-last-working.nix;
llama-cpp = import ./llama-cpp.nix { inherit inputs; };
}

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

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