clipcat: nixfmt

This commit is contained in:
wxt
2024-10-22 18:46:46 +08:00
parent ee96528a72
commit fb6b402c3e
+8 -7
View File
@@ -1,10 +1,11 @@
{ lib
, stdenv
, fetchFromGitHub
, rustPlatform
, protobuf
, installShellFiles
, darwin
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
protobuf,
installShellFiles,
darwin,
}:
rustPlatform.buildRustPackage rec {