bitwarden-cli: mark broken on Darwin

This commit is contained in:
Robert Schütz
2025-06-04 15:19:21 -07:00
parent 4c3eaa9dae
commit d004e44413
@@ -98,6 +98,8 @@ buildNpmPackage rec {
};
meta = {
# https://github.com/NixOS/nixpkgs/issues/339576
broken = stdenv.hostPlatform.isDarwin;
changelog = "https://github.com/bitwarden/clients/releases/tag/${src.tag}";
description = "Secure and free password manager for all of your devices";
homepage = "https://bitwarden.com";