unbook: format with nixfmt-rfc-style

This commit is contained in:
Jared Baur 2024-09-13 21:05:14 -07:00
parent 602d8ecc45
commit 12ab22bbb2
No known key found for this signature in database

View File

@ -1,8 +1,9 @@
{ lib {
, rustPlatform lib,
, fetchFromGitHub rustPlatform,
, makeWrapper fetchFromGitHub,
, calibre makeWrapper,
calibre,
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {