gonna try it now
This commit is contained in:
parent
58fde79585
commit
7b543da626
1 changed files with 10 additions and 10 deletions
|
@ -26,16 +26,16 @@
|
|||
});
|
||||
|
||||
# todo remove this on next flake update
|
||||
# nvidia-x11 = prev.nvidia-x11.overrideAttrs (old: {
|
||||
# patches =
|
||||
# (old.patches or [])
|
||||
# ++ [
|
||||
# (prev.fetchpatch {
|
||||
# url = "https://github.com/gentoo/gentoo/raw/c64caf53/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.223.02-gpl-pfn_valid.patch";
|
||||
# hash = "sha256-eZiQQp2S/asE7MfGvfe6dA/kdCvek9SYa/FFGp24dVg=";
|
||||
# })
|
||||
# ];
|
||||
# });
|
||||
nvidia-x11 = prev.nvidia-x11.overrideAttrs (old: {
|
||||
patches =
|
||||
(old.patches or [])
|
||||
++ [
|
||||
(prev.fetchpatch {
|
||||
url = "https://github.com/gentoo/gentoo/raw/c64caf53/x11-drivers/nvidia-drivers/files/nvidia-drivers-470.223.02-gpl-pfn_valid.patch";
|
||||
hash = "sha256-eZiQQp2S/asE7MfGvfe6dA/kdCvek9SYa/FFGp24dVg=";
|
||||
})
|
||||
];
|
||||
});
|
||||
# todo remove this on next flake update
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue