hyprland: fix wrong patch location
This commit is contained in:
parent
ecaa0503ea
commit
101b2b4eb7
@ -54,7 +54,7 @@ wlroots.overrideAttrs
|
|||||||
patches =
|
patches =
|
||||||
(old.patches or [ ])
|
(old.patches or [ ])
|
||||||
++ (lib.optionals enableNvidiaPatches [
|
++ (lib.optionals enableNvidiaPatches [
|
||||||
"${hyprland.src}/nix/patches/nvidia.patch"
|
"${hyprland.src}/nix/patches/wlroots-nvidia.patch"
|
||||||
]);
|
]);
|
||||||
|
|
||||||
postPatch =
|
postPatch =
|
||||||
|
Loading…
Reference in New Issue
Block a user