hof: nixfmt

This commit is contained in:
techknowlogick 2024-10-05 18:05:22 -04:00
parent 823adf6a2e
commit b4bdaa19e2

View File

@ -1,10 +1,11 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
{
lib,
buildGo122Module,
fetchFromGitHub,
installShellFiles,
}:
buildGoModule rec {
buildGo122Module rec {
pname = "hof";
version = "0.6.9";