Unverified Commit 5429f7f8 authored by isabel's avatar isabel
Browse files

hyfetch: reformat with nixfmt-rfc-style

parent beed7cee
Loading
Loading
Loading
Loading
+4 −6
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, python3
{
  lib,
  fetchFromGitHub,
  python3,
}:

python3.pkgs.buildPythonApplication rec {
  pname = "hyfetch";
  version = "1.99.0";
@@ -44,5 +44,3 @@ python3.pkgs.buildPythonApplication rec {
    maintainers = with maintainers; [ yisuidenghua ];
  };
}