bicep: mark as not broken on darwin

This commit is contained in:
Austin Horstman 2024-05-30 20:18:58 -05:00
parent 0509bb8779
commit b11dd94ea7
No known key found for this signature in database

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}";