fmt: format with nixfmt-rfc-style

This commit is contained in:
lelgenio 2024-10-01 12:10:35 -03:00
parent 6cd3a545f2
commit af1a43a8de
3 changed files with 40 additions and 34 deletions

View file

@ -1,15 +1,16 @@
{ lib
, stdenv
, fetchFromGitHub
, makeWrapper
, curl
, jq
, python3
, wmctrl
, xdotool
, gnome
, gobject-introspection
, wrapGAppsHook
{
lib,
stdenv,
fetchFromGitHub,
makeWrapper,
curl,
jq,
python3,
wmctrl,
xdotool,
gnome,
gobject-introspection,
wrapGAppsHook,
}:
stdenv.mkDerivation rec {
pname = "dzgui";
@ -38,9 +39,7 @@ stdenv.mkDerivation rec {
runtimeDeps = [
curl
jq
(python3.withPackages (p: with p; [
pygobject3
]))
(python3.withPackages (p: with p; [ pygobject3 ]))
wmctrl
xdotool