summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-11 10:39:30 +0100
committerGitHub <noreply@github.com>2023-01-11 10:39:30 +0100
commita5bb129240777830cd52e0a4fdf7e86de836a8ba (patch)
tree1e19a573faf8c66a2de1b8393b46481563055d53
parent05515ec245153e99c441fdea7ec05cfc3de7fd14 (diff)
marksman: Use testers.testVersion
-rw-r--r--pkgs/development/tools/marksman/default.nix4
1 files 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";
};