From 7b543da626c490e9ba5b78f7f6444ea1bfa6d9b5 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Mon, 5 Feb 2024 13:41:09 +0400 Subject: [PATCH] gonna try it now --- overlays/default.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/overlays/default.nix b/overlays/default.nix index 2dd8cf58..1bc21c1a 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -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 };