about summary refs log tree commit diff
path: root/pkgs/applications/misc/tandoor-recipes
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2022-09-17 18:07:18 +0200
committerBruno BELANYI <bruno@belanyi.fr>2022-10-03 09:48:54 +0200
commit83f5c2d5ecb08d1aaaae1df0a5d2af02befeea0e (patch)
tree3ff8165f427a4b6f782f28dc0a82e9c781415902 /pkgs/applications/misc/tandoor-recipes
parent91ba8464f472250ffebff579a16288321b6ca302 (diff)
tandoor-recipes: add 'passthru.tests'
Diffstat (limited to 'pkgs/applications/misc/tandoor-recipes')
-rw-r--r--pkgs/applications/misc/tandoor-recipes/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix
index eb0a8fde447c2..008468f1b5e58 100644
--- a/pkgs/applications/misc/tandoor-recipes/default.nix
+++ b/pkgs/applications/misc/tandoor-recipes/default.nix
@@ -1,4 +1,5 @@
 { callPackage
+, nixosTests
 , python3
 }:
 let
@@ -124,6 +125,10 @@ python.pkgs.pythonPackages.buildPythonPackage rec {
     inherit frontend python;
 
     updateScript = ./update.sh;
+
+    tests = {
+      inherit (nixosTests) tandoor-recipes;
+    };
   };
 
   meta = common.meta // {