You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing azure-cli
Warning: Cask 'azure-cli' is unavailable: No Cask with this name exists.
Error: No casks found for azure-cli.
==> Searching for similarly named casks...
Installing azure-cli has failed!
So how to configure brew update package. In the past it just: brew update && brew install azure-cli
The text was updated successfully, but these errors were encountered:
This project only uses homebrew for software out of scope of the Nix package manager, which includes only casks and Mac App Store apps, not traditional terminal software.
For that, you should use the Nix package manager. You can search for packages available in nixpkgs (the Nix package repository) here: https://search.nixos.org/packages
I checked, and azure-cli is available, so you can install it by just adding azure-cli to your packages.nix file.
HI, I try add brew package
azure-cli
in file: https://github.com/dustinlyons/nixos-config/blob/main/modules/darwin/casks.nixAnd try run:
nix run .#build-switch
So how to configure brew update package. In the past it just:
brew update && brew install azure-cli
The text was updated successfully, but these errors were encountered: