nixos: remove stale synergy patch override

This commit is contained in:
org-agenda-api
2026-03-02 21:23:46 -08:00
committed by Kat Huang
parent c0196d1e87
commit aafc93b138

View File

@@ -132,10 +132,6 @@ in
meta = prev.runc.meta // {}; meta = prev.runc.meta // {};
}; };
synergy = prev.synergy.overrideAttrs (old: {
patches = (old.patches or []) ++ [ ./synergy-cstdint.patch ];
});
rofi-systemd = prev.rofi-systemd.overrideAttrs (_: { rofi-systemd = prev.rofi-systemd.overrideAttrs (_: {
src = prev.fetchFromGitHub { src = prev.fetchFromGitHub {
repo = "rofi-systemd"; repo = "rofi-systemd";