From 9dcc21021a3e0cabf2de939da75991aaa706e6e5 Mon Sep 17 00:00:00 2001 From: aleksana Date: Wed, 28 Aug 2024 12:22:11 +0800 Subject: [PATCH] textpieces: format with nixfmt-rfc-style --- pkgs/by-name/te/textpieces/package.nix | 33 +++++++++++++------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/pkgs/by-name/te/textpieces/package.nix b/pkgs/by-name/te/textpieces/package.nix index c049c07da516..c8f3d7601908 100644 --- a/pkgs/by-name/te/textpieces/package.nix +++ b/pkgs/by-name/te/textpieces/package.nix @@ -1,19 +1,20 @@ -{ lib -, stdenv -, fetchFromGitLab -, meson -, ninja -, pkg-config -, cargo -, rustc -, rustPlatform -, blueprint-compiler -, glib -, gtk4 -, libadwaita -, gtksourceview5 -, wrapGAppsHook4 -, desktop-file-utils +{ + lib, + stdenv, + fetchFromGitLab, + meson, + ninja, + pkg-config, + cargo, + rustc, + rustPlatform, + blueprint-compiler, + glib, + gtk4, + libadwaita, + gtksourceview5, + wrapGAppsHook4, + desktop-file-utils, }: stdenv.mkDerivation (finalAttrs: {