summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/wezterm/default.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-03-20 18:57:18 +0100
committerGitHub <noreply@github.com>2022-03-20 18:57:18 +0100
commitbf7837529e9f1b0ec6295be0243586821702ca40 (patch)
tree33915aec13d6a8aa4dc4fc1667ddaa239169e737 /pkgs/applications/terminal-emulators/wezterm/default.nix
parenta6a8886d70a2b0ccd87e1623b6a4b96c9459a29a (diff)
parentc9e1475085ec722c4398f23482c4fed1e34cac62 (diff)
downloadnixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar.gz
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar.bz2
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar.lz
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar.xz
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.tar.zst
nixpkgs-bf7837529e9f1b0ec6295be0243586821702ca40.zip
Merge pull request #103733 from JJJollyjim/term-tests
Diffstat (limited to 'pkgs/applications/terminal-emulators/wezterm/default.nix')
-rw-r--r--pkgs/applications/terminal-emulators/wezterm/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/terminal-emulators/wezterm/default.nix b/pkgs/applications/terminal-emulators/wezterm/default.nix
index ce729fab027..6d1276035c1 100644
--- a/pkgs/applications/terminal-emulators/wezterm/default.nix
+++ b/pkgs/applications/terminal-emulators/wezterm/default.nix
@@ -22,6 +22,7 @@
 , Cocoa
 , Foundation
 , libiconv
+, nixosTests
 }:
 
 rustPlatform.buildRustPackage rec {
@@ -99,6 +100,8 @@ rustPlatform.buildRustPackage rec {
     ln -s $out/bin/{wezterm,wezterm-mux-server,wezterm-gui,strip-ansi-escapes} "$OUT_APP"
   '';
 
+  passthru.tests.test = nixosTests.terminal-emulators.wezterm;
+
   meta = with lib; {
     description = "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust";
     homepage = "https://wezfurlong.org/wezterm";