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:
parent
7f1f1572e3
commit
1367fdf1e4
1 changed files with 7 additions and 5 deletions
|
|
@ -11,11 +11,13 @@ final: prev: {
|
||||||
# nodejs_20
|
# nodejs_20
|
||||||
;
|
;
|
||||||
|
|
||||||
|
/*
|
||||||
gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: {
|
gnome-remote-desktop = channels.unstable.gnome-remote-desktop.overrideAttrs (prevAttrs: {
|
||||||
patches = (prevAttrs.patches or [ ]) ++ [
|
patches = (prevAttrs.patches or [ ]) ++ [
|
||||||
./gnome-remote-desktop-mac.patch
|
./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 { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue