feat(aarch64-darwin): add azure-cli to system packages

- Included `azure-cli` in `environment.systemPackages` for aarch64-darwin.
- Provides support for managing Azure resources directly from the system.
This commit is contained in:
Harald Hoyer 2025-07-29 15:56:52 +02:00
parent f41c21344e
commit ba70ee7f59

View file

@ -28,6 +28,7 @@ with lib.metacfg;
};
environment.systemPackages = with pkgs; [
azure-cli
kubectl
kubectx
k9s