grafana-reporter: format using nixfmt

This commit is contained in:
Noa Aarts 2024-11-15 18:31:22 +01:00
parent a802b22564
commit 7d8e2898c1
No known key found for this signature in database
GPG Key ID: 1850932741EFF672

View File

@ -1,9 +1,10 @@
{ lib
, buildGoModule
, fetchFromGitHub
, fetchpatch2
, tetex
, makeWrapper
{
lib,
buildGoModule,
fetchFromGitHub,
fetchpatch2,
tetex,
makeWrapper,
}:
buildGoModule rec {
pname = "reporter";