vector: format with nixfmt-rfc-style
This commit is contained in:
parent
12437967ee
commit
476d7434de
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user