From ba70ee7f594272fcdd1e07f337dee047972ecc76 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Tue, 29 Jul 2025 15:56:52 +0200 Subject: [PATCH] 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. --- systems/aarch64-darwin/m4/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/aarch64-darwin/m4/default.nix b/systems/aarch64-darwin/m4/default.nix index e17d5df..792d425 100644 --- a/systems/aarch64-darwin/m4/default.nix +++ b/systems/aarch64-darwin/m4/default.nix @@ -28,6 +28,7 @@ with lib.metacfg; }; environment.systemPackages = with pkgs; [ + azure-cli kubectl kubectx k9s