hareThirdParty.hare-ev: format with nixfmt-rfc-style
This commit is contained in:
+7
-8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user