scilla: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-08 00:50:33 +02:00
parent f1b9f1c859
commit a80624bfc1
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {