eww: nixfmt

This commit is contained in:
éclairevoyant 2024-08-10 01:55:10 -04:00 committed by Alyssa Ross
parent 038dfb6969
commit 97822a5bc4

View File

@ -1,13 +1,14 @@
{ lib {
, rustPlatform lib,
, fetchFromGitHub rustPlatform,
, pkg-config fetchFromGitHub,
, wrapGAppsHook3 pkg-config,
, gtk3 wrapGAppsHook3,
, librsvg gtk3,
, gtk-layer-shell librsvg,
, stdenv gtk-layer-shell,
, libdbusmenu-gtk3 stdenv,
libdbusmenu-gtk3,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {