mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
readd lld to nix shell
This commit is contained in:
parent
f9ef233541
commit
c139fcb40d
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue