about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCoutinho de Souza <dev@onemoresuza.com>2024-05-23 20:04:51 -0300
committerCoutinho de Souza <dev@onemoresuza.com>2024-06-04 20:33:01 -0300
commit87168b4bab02a9599a2d49211e800c7815f26e75 (patch)
treeb76d5570a89dc21a8e7869abf50024b6525dffee
parent081396ca7dd0b7f2a8111a0f49ad9cc202923a92 (diff)
hareThirdParty.hare-ev: format with nixfmt-rfc-style
-rw-r--r--pkgs/development/hare-third-party/hare-ev/default.nix15
1 files changed, 7 insertions, 8 deletions
diff --git a/pkgs/development/hare-third-party/hare-ev/default.nix b/pkgs/development/hare-third-party/hare-ev/default.nix
index ecde538823477..41c9016c2d130 100644
--- a/pkgs/development/hare-third-party/hare-ev/default.nix
+++ b/pkgs/development/hare-third-party/hare-ev/default.nix
@@ -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"