lilipod: run nixfmt

This commit is contained in:
wxt 2024-10-07 16:13:43 +08:00
parent 2977943aeb
commit d92677ab17

View File

@ -1,8 +1,9 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
, stdenv
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
stdenv,
}:
buildGoModule rec {