Skip to content

Commit

Permalink
darwin/mixins/terminfo: disable termite
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq authored and mergify[bot] committed Nov 4, 2024
1 parent ea72737 commit a9f2ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion darwin/mixins/terminfo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@
pkgs.wezterm.terminfo # this one does not need compilation
# avoid compiling desktop stuff when doing cross nixos
]
++ lib.optionals (pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform) [ pkgs.termite.terminfo ];
++ lib.optionals (pkgs.stdenv.hostPlatform == pkgs.stdenv.buildPlatform) [
# pkgs.termite.terminfo
];
}

0 comments on commit a9f2ae9

Please sign in to comment.