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 lib,
, fetchFromGitHub buildGoModule,
, fetchpatch2 fetchFromGitHub,
, tetex fetchpatch2,
, makeWrapper tetex,
makeWrapper,
}: }:
buildGoModule rec { buildGoModule rec {
pname = "reporter"; pname = "reporter";