Merge pull request #332337 from pbsds/fix-silverbullet-passthru-1722801278

silverbullet: add nixos test to passthru.tests
This commit is contained in:
Pol Dellaiera
2024-08-05 22:35:07 +02:00
committed by GitHub
+5
View File
@@ -3,6 +3,7 @@
, fetchurl
, deno
, makeWrapper
, nixosTests
}:
stdenv.mkDerivation (finalAttrs: {
pname = "silverbullet";
@@ -27,6 +28,10 @@ stdenv.mkDerivation (finalAttrs: {
runHook postInstall
'';
passthru.tests = {
inherit (nixosTests) silverbullet;
};
meta = {
changelog = "https://github.com/silverbulletmd/silverbullet/blob/${finalAttrs.version}/website/CHANGELOG.md";
description = "Open-source, self-hosted, offline-capable Personal Knowledge Management (PKM) web application";