Merge pull request #332337 from pbsds/fix-silverbullet-passthru-1722801278
silverbullet: add nixos test to passthru.tests
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user