This commit is contained in:
Alexander Svan
2025-09-22 08:47:43 +02:00
parent a2436f6321
commit 191ab5140d
2 changed files with 30 additions and 1 deletions

View File

@@ -14,7 +14,10 @@
in
pkgs.mkShell {
buildInputs = with pkgs; [
azure-cli
(azure-cli.withExtensions [
azure-cli.extensions.bastion
azure-cli.extensions.ssh
])
];
};
};