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
, fetchFromGitHub
, pkg-config
, wrapGAppsHook3
, gtk3
, librsvg
, gtk-layer-shell
, stdenv
, libdbusmenu-gtk3
{
lib,
rustPlatform,
fetchFromGitHub,
pkg-config,
wrapGAppsHook3,
gtk3,
librsvg,
gtk-layer-shell,
stdenv,
libdbusmenu-gtk3,
}:
rustPlatform.buildRustPackage rec {