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 lib,
, fetchFromGitHub stdenv,
, nix-update-script fetchFromGitHub,
, meson nix-update-script,
, ninja meson,
, gettext ninja,
, desktop-file-utils gettext,
, cargo desktop-file-utils,
, rustPlatform cargo,
, rustc rustPlatform,
, pkg-config rustc,
, glib pkg-config,
, libadwaita glib,
, libhandy libadwaita,
, gtk4 libhandy,
, openssl gtk4,
, alsa-lib openssl,
, libpulseaudio alsa-lib,
, wrapGAppsHook4 libpulseaudio,
, blueprint-compiler wrapGAppsHook4,
, gst_all_1 blueprint-compiler,
gst_all_1,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {