Revert "shell.nix: set LLVM_SYS_100_PREFIX. Closes #4"

This reverts commit 53ebe8d8b2.
escape-analysis
Sebastien Bourdeauducq 2021-07-26 12:29:16 +08:00
parent 8618837816
commit 0941de9ee1
1 changed files with 0 additions and 1 deletions

View File

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