add RUST_SRC_PATH

main
Brian Hicks 2021-09-09 05:30:47 -05:00
parent 9c4aeb0c69
commit f10f9ab426
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@
# least on macOS
pkgs.libiconv
];
RUST_SRC_PATH =
"${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
};
});
}