about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-11-30 18:17:43 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2023-11-30 15:33:27 -0300
commitb06b8857e021a601bb8a2d8891194ab2dbaad0fe (patch)
tree68a12483d03a5c7a96477f1cc1e9072b4a60c4e9 /nixos
parent85306ef2470ba705c97ce72741d56e42d0264015 (diff)
rio: 0.0.27 -> 0.0.28
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/terminal-emulators.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix
index b52801c898eb3..2306c03c18e76 100644
--- a/nixos/tests/terminal-emulators.nix
+++ b/nixos/tests/terminal-emulators.nix
@@ -76,7 +76,7 @@ let tests = {
 
       rio.pkg = p: p.rio;
       rio.cmd = "rio -e $command";
-      rio.pinkValue = "#FF1261";
+      rio.colourTest = false; # the rendering is changing too much so colors change every release.
 
       roxterm.pkg = p: p.roxterm;
       roxterm.cmd = "roxterm -e $command";