Unverified Commit 5da8c6df authored by j.r's avatar j.r
Browse files

gotosocial: run nixfmt

parent a1b287f8
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
{ lib
, fetchurl
, fetchFromGitHub
, buildGoModule
, nixosTests
{
  lib,
  fetchurl,
  fetchFromGitHub,
  buildGoModule,
  nixosTests,
}:
let
  owner = "superseriousbusiness";