Merge pull request #277581 from trofi/wezterm-fix-tests-eval

wezterm: fix `tests` eval
This commit is contained in:
Mario Rodas 2024-01-06 08:10:38 -05:00 committed by GitHub
commit 4c0ec99715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
{