diff --git a/overlays/unstable/default.nix b/overlays/unstable/default.nix index 057670d..59b180f 100644 --- a/overlays/unstable/default.nix +++ b/overlays/unstable/default.nix @@ -11,11 +11,13 @@ final: prev: { # nodejs_20 ; - gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: { - patches = (prevAttrs.patches or [ ]) ++ [ - ./gnome-remote-desktop-mac.patch - ]; - }); + /* + gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: { + patches = (prevAttrs.patches or [ ]) ++ [ + ./gnome-remote-desktop-mac.patch + ]; + }); + */ # goose-cli = channels.unstable.callPackage ./goose.nix { }; # claude-code = channels.unstable.callPackage ./claude-code/package.nix { };