about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix b/nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix
index 1ea50cfff7a1..01cc4f527a91 100644
--- a/nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix
+++ b/nixpkgs/pkgs/applications/terminal-emulators/tilda/default.nix
@@ -9,6 +9,7 @@
 , pcre2
 , vte
 , makeWrapper
+, nixosTests
 }:
 
 stdenv.mkDerivation rec {
@@ -42,6 +43,8 @@ stdenv.mkDerivation rec {
         --prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
   '';
 
+  passthru.tests.test = nixosTests.terminal-emulators.tilda;
+
   meta = with lib; {
     description = "A Gtk based drop down terminal for Linux and Unix";
     homepage = "https://github.com/lanoxx/tilda/";