about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorfortuneteller2k <lythe1107@gmail.com>2023-06-20 14:59:01 +0800
committerfortuneteller2k <lythe1107@gmail.com>2023-12-04 02:39:26 +0800
commit1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9 (patch)
tree7a0215e6ce50d1305a70e5810ee38e9d8bc2843b /nixos
parent9041c780be345850377db27aaac95630a5f6609d (diff)
downloadnixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar.gz
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar.bz2
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar.lz
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar.xz
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.tar.zst
nixlib-1769cf416ed58df2fc5fc9e8e7a0c0284a5ae0c9.zip
contour: 0.3.1.200 -> 0.3.12.262
  - use qt6 by default
  - codesign macOS bundle executable
  - install terminfo for Darwin
  - install shell completions for zsh and fish
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/terminal-emulators.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix
index b52801c898eb..e53bfa7453bc 100644
--- a/nixos/tests/terminal-emulators.nix
+++ b/nixos/tests/terminal-emulators.nix
@@ -23,9 +23,8 @@ with pkgs.lib;
 let tests = {
       alacritty.pkg = p: p.alacritty;
 
-      # times out after spending many hours
-      #contour.pkg = p: p.contour;
-      #contour.cmd = "contour $command";
+      contour.pkg = p: p.contour;
+      contour.cmd = "contour early-exit-threshold 0 execute $command";
 
       cool-retro-term.pkg = p: p.cool-retro-term;
       cool-retro-term.colourTest = false; # broken by gloss effect