hyfetch: reformat with nixfmt-rfc-style
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{ 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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user