readd lld to nix shell

This commit is contained in:
Brendan Hansknecht 2024-12-11 17:56:43 -08:00
parent f9ef233541
commit c139fcb40d
No known key found for this signature in database
GPG key ID: A199D0660F95F948

View file

@ -73,9 +73,11 @@
sharedInputs = (with pkgs; [
# build libraries
cmake
# provides llvm
llvmPkgs.dev
# faster builds - see https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md#use-lld-for-the-linker
# provides lld
llvmPkgs.dev
pkgs.lld_18
# provides clang
pkgs.clang_18