fix i gotta ceck smth sjoia

This commit is contained in:
Sakooooo 2024-02-05 13:36:53 +04:00
parent d11ae0455c
commit 58fde79585
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -24,6 +24,19 @@
dwm = prev.dwm.overrideAttrs (old: { dwm = prev.dwm.overrideAttrs (old: {
src = ../config/dwm; src = ../config/dwm;
}); });
# 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=";
# })
# ];
# });
# todo remove this on next flake update
}; };
# lmao when did i add this # lmao when did i add this