Loading pkgs/by-name/as/asouldocs/package.nix +7 −0 Original line number Diff line number Diff line { lib, asouldocs, buildGoModule, fetchFromGitHub, testers, }: buildGoModule rec { Loading @@ -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/"; Loading Loading
pkgs/by-name/as/asouldocs/package.nix +7 −0 Original line number Diff line number Diff line { lib, asouldocs, buildGoModule, fetchFromGitHub, testers, }: buildGoModule rec { Loading @@ -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/"; Loading