wezterm: fix tests
eval
commit 823242c42d
"nixosTests.terminal-emulators.wezterm: drop" removed
`wezterm` test. As a result that started failing `tests` attribute eval
as:
$ nix build --no-link -f. wezterm.tests
error:
error: attribute 'wezterm' missing
127| all-terminfo = nixosTests.allTerminfo;
128| terminal-emulators = nixosTests.terminal-emulators.wezterm;
| ^
This commit is contained in:
parent
d20560a3ad
commit
26e34cf9aa
1 changed files with 2 additions and 1 deletions
|
@ -125,7 +125,8 @@ rustPlatform.buildRustPackage rec {
|
|||
passthru = {
|
||||
tests = {
|
||||
all-terminfo = nixosTests.allTerminfo;
|
||||
terminal-emulators = nixosTests.terminal-emulators.wezterm;
|
||||
# the test is commented out in nixos/tests/terminal-emulators.nix
|
||||
#terminal-emulators = nixosTests.terminal-emulators.wezterm;
|
||||
};
|
||||
terminfo = runCommand "wezterm-terminfo"
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue