ajrosen / Bitwarden-Accelerator

Alfred Workflow to make using Bitwarden faster and smoother with all applications
GNU General Public License v3.0
32 stars 1 forks source link

Add support for Nix-installed dependencies #17

Closed lATAl closed 1 month ago

lATAl commented 1 month ago

This pull request adds support for dependencies installed by Nix. It includes changes to the mklink function, allowing for the creation of local symlinks to the Nix-installed dependencies.

ajrosen commented 1 month ago

I tried installing Nix to test this, but the installation failed. What would the command(s) be install bitwarden-cli and jq in Nix?

It certainly won't break anything. I'll merge this once I've updated the README.

lATAl commented 1 week ago

I tried installing Nix to test this, but the installation failed. What would the command(s) be install bitwarden-cli and jq in Nix?

It certainly won't break anything. I'll merge this once I've updated the README.

I use nix-darwin to install applications I need to have on my system. Or you can also install using nix profile. For example:nix profile install nixpkgs#jq