hyprland: fix wrong patch location

This commit is contained in:
Mihai Fufezan 2023-08-12 21:39:32 +03:00
parent ecaa0503ea
commit 101b2b4eb7
No known key found for this signature in database
GPG Key ID: 5899325F2F120900

View File

@ -54,7 +54,7 @@ wlroots.overrideAttrs
patches =
(old.patches or [ ])
++ (lib.optionals enableNvidiaPatches [
"${hyprland.src}/nix/patches/nvidia.patch"
"${hyprland.src}/nix/patches/wlroots-nvidia.patch"
]);
postPatch =