From 250ef1ff392b938415726a9331a30012573efaea Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 20 Apr 2022 16:31:36 +0300 Subject: testers.testVersion: move from trivial-builders.nix we will have more testers in the future so they should have their own location putting 'testers' in args will also make it simpler to use multiple testers --- pkgs/applications/misc/hello/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/misc/hello/default.nix b/pkgs/applications/misc/hello/default.nix index ecb7892821733..60482a84c9b43 100644 --- a/pkgs/applications/misc/hello/default.nix +++ b/pkgs/applications/misc/hello/default.nix @@ -2,7 +2,6 @@ , stdenv , fetchurl , nixos -, testVersion , testers , hello }: @@ -19,7 +18,7 @@ stdenv.mkDerivation rec { doCheck = true; passthru.tests = { - version = testVersion { package = hello; }; + version = testers.testVersion { package = hello; }; invariant-under-noXlibs = testers.testEqualDerivation -- cgit 1.4.1