runme: nixfmt

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
This commit is contained in:
phanirithvij 2024-10-06 10:35:08 +05:30
parent 8440e7f343
commit e771cab2f9

View File

@ -1,13 +1,14 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
, nodejs
, python3
, runtimeShell
, stdenv
, testers
, runme
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
nodejs,
python3,
runtimeShell,
stdenv,
testers,
runme,
}:
buildGoModule rec {