refactor(nix): comment out gnome-remote-desktop override configuration

- Temporarily disabled `gnome-remote-desktop` override in `default.nix` by commenting out the block.
- Removes reliance on a local patch, potentially simplifying the overlay for now.
This commit is contained in:
Harald Hoyer 2026-01-26 17:44:21 +01:00
parent 7f1f1572e3
commit 1367fdf1e4

View file

@ -11,11 +11,13 @@ final: prev: {
# nodejs_20 # nodejs_20
; ;
gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: { /*
patches = (prevAttrs.patches or [ ]) ++ [ gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: {
./gnome-remote-desktop-mac.patch patches = (prevAttrs.patches or [ ]) ++ [
]; ./gnome-remote-desktop-mac.patch
}); ];
});
*/
# goose-cli = channels.unstable.callPackage ./goose.nix { }; # goose-cli = channels.unstable.callPackage ./goose.nix { };
# claude-code = channels.unstable.callPackage ./claude-code/package.nix { }; # claude-code = channels.unstable.callPackage ./claude-code/package.nix { };