vector: format with nixfmt-rfc-style

This commit is contained in:
Olivér Falvai 2024-11-05 07:54:32 +01:00
parent 12437967ee
commit 476d7434de
No known key found for this signature in database

View File

@ -52,13 +52,14 @@ rustPlatform.buildRustPackage {
};
};
nativeBuildInputs = [
pkg-config
cmake
perl
git
rustPlatform.bindgenHook
]
nativeBuildInputs =
[
pkg-config
cmake
perl
git
rustPlatform.bindgenHook
]
# Provides the mig command used by the build scripts
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
buildInputs =