diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ packageFun = import ./Cargo.nix; target = rustTarget; release = true; + rustcLinkFlags = [ "--cfg" "tokio_unstable" ]; + rustcBuildFlags = [ "--cfg" "tokio_unstable" ]; rustToolchain = with fenix.packages.x86_64-linux; combine [ minimal.cargo minimal.rustc |