From 3949e90ece8a940106597d603628225937111136 Mon Sep 17 00:00:00 2001 From: pancaek <20342389+pancaek@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:12:27 -0800 Subject: [PATCH] nixos/tests/terminal-emulators: remove xfce scope references --- nixos/tests/terminal-emulators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/terminal-emulators.nix b/nixos/tests/terminal-emulators.nix index 3f745b21f873..b5b8b084a94b 100644 --- a/nixos/tests/terminal-emulators.nix +++ b/nixos/tests/terminal-emulators.nix @@ -109,7 +109,7 @@ let # times out after spending many hours #wezterm.pkg = p: p.wezterm; - xfce4-terminal.pkg = p: p.xfce.xfce4-terminal; + xfce4-terminal.pkg = p: p.xfce4-terminal; xterm.pkg = p: p.xterm;