diff --git a/pkgs/by-name/ty/typst-live/package.nix b/pkgs/by-name/ty/typst-live/package.nix index e659a1c3b2c0..f38ba0db7f1c 100644 --- a/pkgs/by-name/ty/typst-live/package.nix +++ b/pkgs/by-name/ty/typst-live/package.nix @@ -1,10 +1,11 @@ -{ lib -, rustPlatform -, fetchCrate -, stdenv -, darwin -, makeWrapper -, typst +{ + lib, + rustPlatform, + fetchCrate, + stdenv, + darwin, + makeWrapper, + typst, }: rustPlatform.buildRustPackage rec {