feat(nvidia): patch for build failure no longer needed.
This commit is contained in:
parent
280a00a8a3
commit
304374218f
1 changed files with 0 additions and 17 deletions
|
|
@ -52,23 +52,6 @@
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix build failure
|
|
||||||
hardware.nvidia.package =
|
|
||||||
config.boot.kernelPackages.nvidiaPackages.stable
|
|
||||||
// {
|
|
||||||
open = config.boot.kernelPackages.nvidiaPackages.stable.open.overrideAttrs (old: {
|
|
||||||
patches =
|
|
||||||
(old.patches or [])
|
|
||||||
++ [
|
|
||||||
(pkgs.fetchpatch {
|
|
||||||
name = "get_dev_pagemap.patch";
|
|
||||||
url = "https://github.com/NVIDIA/open-gpu-kernel-modules/commit/3e230516034d29e84ca023fe95e284af5cd5a065.patch";
|
|
||||||
hash = "sha256-BhL4mtuY5W+eLofwhHVnZnVf0msDj7XBxskZi8e6/k8=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
});
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable networking
|
# Enable networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
networking.nameservers = ["192.168.0.5"];
|
networking.nameservers = ["192.168.0.5"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue