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 = [ nativeBuildInputs =
pkg-config [
cmake pkg-config
perl cmake
git perl
rustPlatform.bindgenHook git
] rustPlatform.bindgenHook
]
# Provides the mig command used by the build scripts # Provides the mig command used by the build scripts
++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds; ++ lib.optional stdenv.hostPlatform.isDarwin darwin.bootstrap_cmds;
buildInputs = buildInputs =