From fccd7d1db396e0963de6767befb701fbe20fb483 Mon Sep 17 00:00:00 2001 From: ghpzin Date: Sun, 21 Sep 2025 02:42:44 +0300 Subject: [PATCH] nixosTests.terminal-emulators: remove eterm - remove references to `eterm` from nixosTests. `eterm` package was dropped back in 2023: https://github.com/NixOS/nixpkgs/commit/2ab03da4fdfebfb5c408a9ca90968e1c06184bd6 --- nixos/tests/terminal-emulators.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index fa8ab05fd5ea..f6c31afad696 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -36,10 +36,6 @@ let darktile.pkg = p: p.darktile; - eterm.pkg = p: p.eterm; - eterm.executable = "Eterm"; - eterm.pinkValue = "#D40055"; - germinal.pkg = p: p.germinal; ghostty.pkg = p: p.ghostty;