Commit 53c7d6fd authored by Anthony ROUSSEL's avatar Anthony ROUSSEL
Browse files

asouldocs: add passthru.tests.version

parent 6b6cffe1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  lib,
  asouldocs,
  buildGoModule,
  fetchFromGitHub,
  testers,
}:

buildGoModule rec {
@@ -17,6 +19,11 @@ buildGoModule rec {

  vendorHash = "sha256-T/KLiSK6bxXGkmVJ5aGrfHTUfLs/ElGyWSoCL5kb/KU=";

  passthru.tests.version = testers.testVersion {
    package = asouldocs;
    command = "asouldocs --version";
  };

  meta = with lib; {
    description = "Web server for multi-language, real-time synchronization and searchable documentation";
    homepage = "https://asouldocs.dev/";