karlender: nixfmt

This commit is contained in:
wxt 2024-11-05 18:04:00 +08:00
parent 161e7bff14
commit dda8654cbd
No known key found for this signature in database
GPG Key ID: F62181757D8BF693

View File

@ -1,12 +1,13 @@
{ lib {
, rustPlatform lib,
, fetchFromGitLab rustPlatform,
, pkg-config fetchFromGitLab,
, gtk4 pkg-config,
, libadwaita gtk4,
, wrapGAppsHook4 libadwaita,
, glib wrapGAppsHook4,
, tzdata glib,
tzdata,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {