identity: format with nixfmt

This commit is contained in:
seth 2024-06-25 20:52:02 -04:00
parent a7d82e8023
commit cc4f9ca3a1
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -1,24 +1,25 @@
{ lib
, stdenv
, fetchFromGitLab
, rustPlatform
, nix-update-script
{
lib,
stdenv,
fetchFromGitLab,
rustPlatform,
nix-update-script,
, appstream
, blueprint-compiler
, cargo
, desktop-file-utils
, meson
, ninja
, pkg-config
, rustc
, wrapGAppsHook4
appstream,
blueprint-compiler,
cargo,
desktop-file-utils,
meson,
ninja,
pkg-config,
rustc,
wrapGAppsHook4,
, dav1d
, gst_all_1
, gtk4
, libadwaita
, libwebp
dav1d,
gst_all_1,
gtk4,
libadwaita,
libwebp,
}:
stdenv.mkDerivation rec {