unison-fsmonitor: fmt

This commit is contained in:
Nevil Seong
2024-11-10 13:08:26 +09:00
parent 2fa74a49bd
commit 1fb1e70073
+6 -5
View File
@@ -1,8 +1,9 @@
{ lib
, stdenv
, fetchFromGitHub
, rustPlatform
, darwin
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
darwin,
}:
rustPlatform.buildRustPackage rec {