Merge pull request #248756 from fufexan/hyprland
hyprland: fix wrong patch location
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user