mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Add unstable rustflags to flake
This commit is contained in:
parent
0352ada9d8
commit
fb3ba0f3cd
1 changed files with 2 additions and 0 deletions
|
@ -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 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue