boogie: format with nixfmt

This commit is contained in:
David McFarland 2024-10-28 22:19:00 -03:00
parent 5b462ef57a
commit 6e919bf975

View File

@ -1,4 +1,9 @@
{ lib, buildDotnetModule, fetchFromGitHub, z3 }:
{
lib,
buildDotnetModule,
fetchFromGitHub,
z3,
}:
buildDotnetModule rec {
pname = "Boogie";