clifm: format with nixfmt-rfc-style

This commit is contained in:
Nadir Ishiguro
2024-03-25 00:23:40 +01:00
parent 49d9251c1a
commit 2e80545642
@@ -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"}"