Add unstable rustflags to flake
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
asonix 2023-08-18 11:35:04 -05:00
parent 0352ada9d8
commit fb3ba0f3cd

View file

@ -22,6 +22,8 @@ rustPlatform.buildRustPackage {
PROTOC = "${protobuf}/bin/protoc";
PROTOC_INCLUDE = "${protobuf}/include";
RUSTFLAGS = "--cfg tokio_unstable --cfg uuid_unstable";
nativeBuildInputs = [ makeWrapper ];
buildInputs = lib.optionals stdenv.isDarwin [ Security ];