From 61babda8f8d41ae9743c047c310518c8def1d4f8 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 21 Sep 2022 06:05:16 -0600 Subject: [PATCH] fmt --- pkgs/gotosocial.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/gotosocial.nix b/pkgs/gotosocial.nix index b209218..491b941 100644 --- a/pkgs/gotosocial.nix +++ b/pkgs/gotosocial.nix @@ -1,4 +1,5 @@ -{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ... }: +{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ... +}: let gotosocialVersion = "0.5.0-rc2"; gotosocialWebAssets = builtins.fetchurl {