Loading pkgs/tools/security/bitwarden/cli.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , fetchFromGitHub , python3 , darwin , nixosTests }: let Loading Loading @@ -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"; Loading Loading
pkgs/tools/security/bitwarden/cli.nix +5 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , fetchFromGitHub , python3 , darwin , nixosTests }: let Loading Loading @@ -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"; Loading