about summary refs log tree commit diff
path: root/pkgs/tools/misc/urn-timer
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2024-02-04 19:59:22 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2024-02-04 19:59:22 +0100
commit6bc390f75b2c3812d2ad6efc753c2f2fd820fd7a (patch)
treec25883709388b47c33a64eb60bc98c094e2fb218 /pkgs/tools/misc/urn-timer
parent2d3cbf7b8cc80dbaa968f6c5c7f4f7cd40a8a531 (diff)
nixosTests.urn-timer: init
Diffstat (limited to 'pkgs/tools/misc/urn-timer')
-rw-r--r--pkgs/tools/misc/urn-timer/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/misc/urn-timer/default.nix b/pkgs/tools/misc/urn-timer/default.nix
index 24b9e8849fac5..26b59a7f908a5 100644
--- a/pkgs/tools/misc/urn-timer/default.nix
+++ b/pkgs/tools/misc/urn-timer/default.nix
@@ -7,6 +7,7 @@
 , wrapGAppsHook
 , gtk3
 , jansson
+, nixosTests
 }:
 
 stdenv.mkDerivation {
@@ -38,6 +39,8 @@ stdenv.mkDerivation {
     url = "https://github.com/paoloose/urn.git";
   };
 
+  passthru.tests.nixosTest = nixosTests.urn-timer;
+
   meta = with lib; {
     homepage = "https://github.com/paoloose/urn";
     description = "Split tracker / timer for speedrunning with GTK+ frontend";