Skip to content

Commit

Permalink
Revert "darwin/mixins/terminfo: disable termite"
Browse files Browse the repository at this point in the history
This reverts commit a9f2ae9.
  • Loading branch information
zowoq authored and mergify[bot] committed Nov 7, 2024
1 parent c6bd578 commit dabae9d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions darwin/mixins/terminfo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
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 dabae9d

Please sign in to comment.