nixos: remove stale synergy patch override

This commit is contained in:
org-agenda-api
2026-03-02 21:23:46 -08:00
parent 37eb01bee2
commit 965a2ff070

View File

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