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 lib,
, fetchFromGitHub buildGoModule,
, installShellFiles fetchFromGitHub,
, stdenv installShellFiles,
stdenv,
}: }:
buildGoModule rec { buildGoModule rec {