gotestwaf: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-14 11:14:50 +02:00
parent f8d6770b1f
commit 52679174d3

View File

@ -1,8 +1,9 @@
{ lib
, buildGoModule
, fetchFromGitHub
, gotestwaf
, testers
{
lib,
buildGoModule,
fetchFromGitHub,
gotestwaf,
testers,
}:
buildGoModule rec {