Update jhelioviewer package
This commit is contained in:
@@ -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
4
overlays/llama-cpp.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
final: prev: {
|
||||
llama-cpp = inputs.llama-cpp.packages.rocm;
|
||||
}
|
||||
Reference in New Issue
Block a user