typst-live: nixfmt

This commit is contained in:
Noa Aarts
2024-10-30 23:24:29 +01:00
parent 267cbff491
commit 11d7d33ef0
+8 -7
View File
@@ -1,10 +1,11 @@
{ lib
, rustPlatform
, fetchCrate
, stdenv
, darwin
, makeWrapper
, typst
{
lib,
rustPlatform,
fetchCrate,
stdenv,
darwin,
makeWrapper,
typst,
}:
rustPlatform.buildRustPackage rec {