We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b6cffe commit 53c7d6fCopy full SHA for 53c7d6f
pkgs/by-name/as/asouldocs/package.nix
@@ -1,7 +1,9 @@
1
{
2
lib,
3
+ asouldocs,
4
buildGoModule,
5
fetchFromGitHub,
6
+ testers,
7
}:
8
9
buildGoModule rec {
@@ -17,6 +19,11 @@ buildGoModule rec {
17
19
18
20
vendorHash = "sha256-T/KLiSK6bxXGkmVJ5aGrfHTUfLs/ElGyWSoCL5kb/KU=";
21
22
+ passthru.tests.version = testers.testVersion {
23
+ package = asouldocs;
24
+ command = "asouldocs --version";
25
+ };
26
+
27
meta = with lib; {
28
description = "Web server for multi-language, real-time synchronization and searchable documentation";
29
homepage = "https://asouldocs.dev/";
0 commit comments