Open tangkhaiphuong opened 3 weeks ago
Hi @tangkhaiphuong
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.
I want to reset everything at start new. So what command to do it?
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