hm-inference #6

Merged
sb10q merged 136 commits from hm-inference into master 2021-08-19 11:46:50 +08:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 53ebe8d8b2 - Show all commits

View File

@ -6,4 +6,5 @@ in
buildInputs = with pkgs; [ buildInputs = with pkgs; [
llvm_10 clang_10 cargo rustc libffi libxml2 clippy llvm_10 clang_10 cargo rustc libffi libxml2 clippy
]; ];
LLVM_SYS_100_PREFIX="${pkgs.llvm_10}";
} }