From 0941de9ee1faceb73c4291b3f5a020997cb0a470 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 26 Jul 2021 12:29:16 +0800 Subject: [PATCH] Revert "shell.nix: set LLVM_SYS_100_PREFIX. Closes #4" This reverts commit 53ebe8d8b238b68f4bb4ceb3bf5ed4803d7e17af. --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index c091f17..858e68b 100644 --- a/shell.nix +++ b/shell.nix @@ -6,5 +6,4 @@ in buildInputs = with pkgs; [ llvm_10 clang_10 cargo rustc libffi libxml2 clippy ]; - LLVM_SYS_100_PREFIX="${pkgs.llvm_10}"; }