From 175396e77d8889ad6848f6e85030129241d22f13 Mon Sep 17 00:00:00 2001 From: Stanislav Asunkin <1353637+stasjok@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:15:36 +0300 Subject: [PATCH] marksman: don't use deprecated alias --- pkgs/development/tools/marksman/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/tools/marksman/default.nix b/pkgs/development/tools/marksman/default.nix index 4ed6c40e66fd..aa3b29275132 100644 --- a/pkgs/development/tools/marksman/default.nix +++ b/pkgs/development/tools/marksman/default.nix @@ -3,7 +3,7 @@ , buildDotnetModule , dotnetCorePackages , marksman -, testVersion +, testers }: buildDotnetModule rec { @@ -34,7 +34,7 @@ buildDotnetModule rec { passthru = { updateScript = ./update.sh; - tests.version = testVersion { + tests.version = testers.testVersion { package = marksman; command = "marksman --version"; };