Merge pull request #316031 from khaneliman/bicep

bicep: mark as not broken on darwin
This commit is contained in:
Nick Cao
2024-05-31 14:49:30 -04:00
committed by GitHub
-1
View File
@@ -34,7 +34,6 @@ buildDotnetModule rec {
passthru.updateScript = ./updater.sh;
meta = {
broken = stdenv.isDarwin;
description = "Domain Specific Language (DSL) for deploying Azure resources declaratively";
homepage = "https://github.com/Azure/bicep/";
changelog = "https://github.com/Azure/bicep/releases/tag/v${version}";