Commit b4bdaa19 authored by techknowlogick's avatar techknowlogick
Browse files

hof: nixfmt

parent 823adf6a
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
{
  lib,
  buildGo122Module,
  fetchFromGitHub,
  installShellFiles,
}:

buildGoModule rec {
buildGo122Module rec {
  pname = "hof";
  version = "0.6.9";