gnome.atomix: Format with nixfmt

This commit is contained in:
Jan Tojnar 2024-08-11 18:33:58 +02:00
parent 659c2ac87e
commit 005b9b545b

View File

@ -1,17 +1,18 @@
{ lib
, stdenv
, fetchurl
, meson
, ninja
, pkg-config
, wrapGAppsHook3
, python3
, gettext
, gnome
, glib
, gtk3
, libgnome-games-support
, gdk-pixbuf
{
lib,
stdenv,
fetchurl,
meson,
ninja,
pkg-config,
wrapGAppsHook3,
python3,
gettext,
gnome,
glib,
gtk3,
libgnome-games-support,
gdk-pixbuf,
}:
stdenv.mkDerivation (finalAttrs: {