about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com>2024-03-24 21:31:36 +0100
committerNadir Ishiguro <23151917+nadir-ishiguro@users.noreply.github.com>2024-03-25 00:23:40 +0100
commit2e8054564245e4df8a9d3ccda41fd98a4b0f497f (patch)
tree18bbdf7f20669067aa2d7d5041fe273cc2fce411
parent49d9251c1af6fa49124a8f310433cdd244ac3613 (diff)
clifm: format with nixfmt-rfc-style
-rw-r--r--pkgs/applications/file-managers/clifm/default.nix19
1 files changed, 17 insertions, 2 deletions
diff --git a/pkgs/applications/file-managers/clifm/default.nix b/pkgs/applications/file-managers/clifm/default.nix
index 4a56a0e924075..026c6f52d0207 100644
--- a/pkgs/applications/file-managers/clifm/default.nix
+++ b/pkgs/applications/file-managers/clifm/default.nix
@@ -1,4 +1,13 @@
-{ stdenv, lib, fetchFromGitHub, libcap, acl, file, readline, python3 }:
+{
+  stdenv,
+  lib,
+  fetchFromGitHub,
+  libcap,
+  acl,
+  file,
+  readline,
+  python3,
+}:
 
 stdenv.mkDerivation rec {
   pname = "clifm";
@@ -11,7 +20,13 @@ stdenv.mkDerivation rec {
     hash = "sha256-tgCGZCLCWcF7ktXqDHjoUkeVqxg6QVOkZb7pbk3nA+U=";
   };
 
-  buildInputs = [ libcap acl file readline python3];
+  buildInputs = [
+    libcap
+    acl
+    file
+    readline
+    python3
+  ];
 
   makeFlags = [
     "PREFIX=${placeholder "out"}"