bitwarden-cli: add passthru.tests

This commit is contained in:
Robert Schütz
2023-07-25 11:23:08 -07:00
parent 8c8d1164de
commit 3fbcc9f0c2
+5
View File
@@ -5,6 +5,7 @@
, fetchFromGitHub
, python3
, darwin
, nixosTests
}:
let
@@ -36,6 +37,10 @@ in buildNpmPackage' rec {
npmWorkspace = "apps/cli";
passthru.tests = {
vaultwarden = nixosTests.vaultwarden.sqlite;
};
meta = with lib; {
changelog = "https://github.com/bitwarden/clients/releases/tag/${src.rev}";
description = "A secure and free password manager for all of your devices";