From 83f5c2d5ecb08d1aaaae1df0a5d2af02befeea0e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 17 Sep 2022 18:07:18 +0200 Subject: [PATCH] tandoor-recipes: add 'passthru.tests' --- pkgs/applications/misc/tandoor-recipes/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/misc/tandoor-recipes/default.nix b/pkgs/applications/misc/tandoor-recipes/default.nix index eb0a8fde447c..008468f1b5e5 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 // {