Skip to content

Commit

Permalink
debug: don't enable ncurses
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 27, 2024
1 parent 206a27f commit d076823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/mixins/terminfo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# various terminfo packages
environment.systemPackages = [
pkgs.ncurses
#pkgs.ncurses
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) [
Expand Down

0 comments on commit d076823

Please sign in to comment.