From 10c92e2ae01dae1c2513221ee367c63e07699b24 Mon Sep 17 00:00:00 2001 From: Luna Nova Date: Fri, 18 Feb 2022 13:49:03 -0800 Subject: input-remapper: add passthru.tests with nixosTests.input-remapper --- pkgs/tools/inputmethods/input-remapper/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/tools/inputmethods/input-remapper') diff --git a/pkgs/tools/inputmethods/input-remapper/default.nix b/pkgs/tools/inputmethods/input-remapper/default.nix index 82664c3700e2..17ed972423b5 100644 --- a/pkgs/tools/inputmethods/input-remapper/default.nix +++ b/pkgs/tools/inputmethods/input-remapper/default.nix @@ -18,6 +18,7 @@ , buildPythonApplication , procps , gtksourceview4 +, nixosTests # Change the default log level to debug for easier debugging of package issues , withDebugLogLevel ? false # Xmodmap is an optional dependency @@ -146,6 +147,8 @@ buildPythonApplication { install -m755 -D -t $out/bin/ bin/input-remapper* ''; + passthru.tests = nixosTests.input-remapper; + meta = with lib; { description = "An easy to use tool to change the mapping of your input device buttons"; homepage = "https://github.com/sezanzeb/input-remapper"; -- cgit 1.4.1