Skip to content

Commit 8145ba1

Browse files
committed
fix(ollama): kernelPackages are irrelevant on non-NixOS distributions
1 parent 641937b commit 8145ba1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nix/ollama.nix

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ let
44
inherit (lib) types;
55
ollamaPackage = pkgs.ollama.override {
66
inherit (config) acceleration;
7-
linuxPackages = config.boot.kernelPackages // {
8-
nvidia_x11 = config.hardware.nvidia.package;
9-
};
107
};
118
in
129
{

0 commit comments

Comments
 (0)