Add azure-cli from nixpkgs

This commit is contained in:
Dave Gallant
2024-02-18 22:52:09 -05:00
parent d6d5ce1012
commit c0d4d6c289
2 changed files with 2 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ in {
}; };
brews = [ brews = [
"azure-cli"
"coreutils" "coreutils"
"gnu-sed" "gnu-sed"
"gnu-tar" "gnu-tar"
@@ -50,7 +49,6 @@ in {
]; ];
taps = [ taps = [
"azure/bicep"
"homebrew/bundle" "homebrew/bundle"
"homebrew/cask-fonts" "homebrew/cask-fonts"
"homebrew/cask-versions" "homebrew/cask-versions"

View File

@@ -54,8 +54,9 @@ in {
unstable.skaffold unstable.skaffold
# cloud # cloud
unstable.google-cloud-sdk
unstable.awscli2 unstable.awscli2
unstable.azure-cli
unstable.google-cloud-sdk
# LSP # LSP
nodePackages.bash-language-server nodePackages.bash-language-server