ox: format with nixfmt-rfc-style

This commit is contained in:
Kenichi Kamiya 2024-11-08 02:57:47 +09:00
parent 5e9fc87458
commit 6aad62aae8
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

View File

@ -1,4 +1,12 @@
{ lib, stdenv, fetchFromGitHub, rustPlatform, testers, nix-update-script, ox }:
{
lib,
stdenv,
fetchFromGitHub,
rustPlatform,
testers,
nix-update-script,
ox,
}:
rustPlatform.buildRustPackage rec {
pname = "ox";