contrast: format with nixfmt

This commit is contained in:
seth 2024-06-25 20:23:47 -04:00
parent 92e2e96fec
commit a654f48e02
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -1,20 +1,21 @@
{ stdenv
, lib
, fetchFromGitLab
, cairo
, cargo
, desktop-file-utils
, gettext
, glib
, gtk4
, libadwaita
, meson
, ninja
, pango
, pkg-config
, rustPlatform
, rustc
, wrapGAppsHook4
{
stdenv,
lib,
fetchFromGitLab,
cairo,
cargo,
desktop-file-utils,
gettext,
glib,
gtk4,
libadwaita,
meson,
ninja,
pango,
pkg-config,
rustPlatform,
rustc,
wrapGAppsHook4,
}:
stdenv.mkDerivation rec {