about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix b/nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix
index 78c673d035a0..420e9b020e99 100644
--- a/nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix
+++ b/nixpkgs/pkgs/applications/terminal-emulators/ctx/default.nix
@@ -8,6 +8,7 @@
 , libdrm # Not documented
 , pkg-config
 , enableFb ? false
+, nixosTests
 }:
 
 stdenv.mkDerivation rec {
@@ -43,6 +44,8 @@ stdenv.mkDerivation rec {
     "PREFIX=${placeholder "out"}"
   ];
 
+  passthru.tests.test = nixosTests.terminal-emulators.ctx;
+
   meta = with lib; {
     homepage = "https://ctx.graphics/";
     description = "Vector graphics terminal";