summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-01-28 07:46:20 -0500
committerSeth Flynn <[email protected]>2025-01-28 07:58:44 -0500
commit46f1cf5b41e06a833c2521a3eb2b71c6fcbc2f46 (patch)
treefb6366ba98bc92aea6c550d674e4f666e3137ae9
parent32af7c44bce57f23cf18c74705922e04076f81ec (diff)
treewide: format with nixfmt
-rw-r--r--pkgs/hyfetch/package.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkgs/hyfetch/package.nix b/pkgs/hyfetch/package.nix
index 16afb7d..ef0c6fd 100644
--- a/pkgs/hyfetch/package.nix
+++ b/pkgs/hyfetch/package.nix
@@ -15,9 +15,12 @@
}:
let
- binPath = [
- neowofetch
- ] ++ lib.optional withFastfetch fastfetch ++ lib.optional withMacchina macchina;
+ binPath =
+ [
+ neowofetch
+ ]
+ ++ lib.optional withFastfetch fastfetch
+ ++ lib.optional withMacchina macchina;
in
rustPlatform.buildRustPackage rec {
pname = "hyfetch";