authenticator: format with nixfmt

This commit is contained in:
Seth Flynn
2025-03-28 23:52:10 -04:00
parent c0f55b6a07
commit 75de78d637
+25 -24
View File
@@ -1,27 +1,28 @@
{ lib
, stdenv
, fetchFromGitLab
, appstream-glib
, cargo
, desktop-file-utils
, meson
, ninja
, pkg-config
, rustPlatform
, rustc
, wrapGAppsHook4
, gdk-pixbuf
, glib
, gst_all_1
, gtk4
, libadwaita
, openssl
, pipewire
, sqlite
, wayland
, zbar
, glycin-loaders
, nix-update-script
{
lib,
stdenv,
fetchFromGitLab,
appstream-glib,
cargo,
desktop-file-utils,
meson,
ninja,
pkg-config,
rustPlatform,
rustc,
wrapGAppsHook4,
gdk-pixbuf,
glib,
gst_all_1,
gtk4,
libadwaita,
openssl,
pipewire,
sqlite,
wayland,
zbar,
glycin-loaders,
nix-update-script,
}:
stdenv.mkDerivation rec {