Add Bitwarden for Mac

This commit is contained in:
greg-compass
2022-11-10 11:58:49 -06:00
parent f0a50305b8
commit 8a78e58f04
4 changed files with 43 additions and 4 deletions
+1
View File
@@ -60,4 +60,5 @@ in rec {
propagatedBuildInputs = old.propagatedBuildInputs ++ [ my-py-addons.xonsh-direnv ];
});
bitwarden = if super.stdenv.isDarwin then (super.callPackage ./mac/bitwarden.nix {}) else super.bitwarden;
}