gotosocial: run nixfmt

This commit is contained in:
j.r 2024-10-15 13:03:06 +02:00
parent a1b287f88d
commit 5da8c6df9c
No known key found for this signature in database
GPG Key ID: E74A18B933F9145E

View File

@ -1,8 +1,9 @@
{ lib
, fetchurl
, fetchFromGitHub
, buildGoModule
, nixosTests
{
lib,
fetchurl,
fetchFromGitHub,
buildGoModule,
nixosTests,
}:
let
owner = "superseriousbusiness";