c-for-go: format

This commit is contained in:
Moritz Sanft
2024-11-17 20:41:14 +01:00
parent e321ffd98a
commit e912c72916
+5 -1
View File
@@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }:
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
pname = "c-for-go";