hareThirdParty.hare-ev: format with nixfmt-rfc-style

This commit is contained in:
Coutinho de Souza
2024-06-04 20:33:01 -03:00
parent 081396ca7d
commit 87168b4bab
+7 -8
View File
@@ -1,8 +1,9 @@
{ stdenv
, lib
, fetchFromSourcehut
, hare
, unstableGitUpdater
{
fetchFromSourcehut,
hare,
lib,
stdenv,
unstableGitUpdater,
}:
stdenv.mkDerivation {
@@ -16,9 +17,7 @@ stdenv.mkDerivation {
hash = "sha256-SXExwDZKlW/2XYzmJUhkLWj6NF/znrv3vY9V0mD5iFQ=";
};
nativeCheckInputs = [
hare
];
nativeCheckInputs = [ hare ];
makeFlags = [
"HARECACHE=.harecache"