mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
bitwarden-cli: add passthru.tests
This commit is contained in:
parent
8c8d1164de
commit
3fbcc9f0c2
@ -5,6 +5,7 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, python3
|
, python3
|
||||||
, darwin
|
, darwin
|
||||||
|
, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -36,6 +37,10 @@ in buildNpmPackage' rec {
|
|||||||
|
|
||||||
npmWorkspace = "apps/cli";
|
npmWorkspace = "apps/cli";
|
||||||
|
|
||||||
|
passthru.tests = {
|
||||||
|
vaultwarden = nixosTests.vaultwarden.sqlite;
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
changelog = "https://github.com/bitwarden/clients/releases/tag/${src.rev}";
|
changelog = "https://github.com/bitwarden/clients/releases/tag/${src.rev}";
|
||||||
description = "A secure and free password manager for all of your devices";
|
description = "A secure and free password manager for all of your devices";
|
||||||
|
Loading…
Reference in New Issue
Block a user