spot: format with nixfmt

This commit is contained in:
seth 2024-06-25 20:39:47 -04:00
parent 7828cfd939
commit dcd96f4602
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -1,25 +1,26 @@
{ lib
, stdenv
, fetchFromGitHub
, nix-update-script
, meson
, ninja
, gettext
, desktop-file-utils
, cargo
, rustPlatform
, rustc
, pkg-config
, glib
, libadwaita
, libhandy
, gtk4
, openssl
, alsa-lib
, libpulseaudio
, wrapGAppsHook4
, blueprint-compiler
, gst_all_1
{
lib,
stdenv,
fetchFromGitHub,
nix-update-script,
meson,
ninja,
gettext,
desktop-file-utils,
cargo,
rustPlatform,
rustc,
pkg-config,
glib,
libadwaita,
libhandy,
gtk4,
openssl,
alsa-lib,
libpulseaudio,
wrapGAppsHook4,
blueprint-compiler,
gst_all_1,
}:
stdenv.mkDerivation rec {