We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
kernelPackages
1 parent 641937b commit 8145ba1Copy full SHA for 8145ba1
nix/ollama.nix
@@ -4,9 +4,6 @@ let
4
inherit (lib) types;
5
ollamaPackage = pkgs.ollama.override {
6
inherit (config) acceleration;
7
- linuxPackages = config.boot.kernelPackages // {
8
- nvidia_x11 = config.hardware.nvidia.package;
9
- };
10
};
11
in
12
{
0 commit comments