c-for-go: format

This commit is contained in:
Moritz Sanft 2024-11-17 20:41:14 +01:00
parent e321ffd98a
commit e912c72916
No known key found for this signature in database
GPG Key ID: 335D28368B1DA615

View File

@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }: {
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec { buildGoModule rec {
pname = "c-for-go"; pname = "c-for-go";