mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
restore nix/builder.nix from zls trial
This commit is contained in:
parent
1750e8b833
commit
16a5ed9bf1
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, zig, zls, rustPlatform, compile-deps, subPackage ? null }:
|
||||
{ pkgs, lib, rustPlatform, compile-deps, subPackage ? null }:
|
||||
let
|
||||
inherit (compile-deps) zigPkg llvmPkgs llvmVersion llvmMajorMinorStr glibcPath libGccSPath;
|
||||
|
||||
|
@ -48,8 +48,7 @@ let
|
|||
python3
|
||||
llvmPkgs.dev
|
||||
llvmPkgs.lib
|
||||
zig
|
||||
zls
|
||||
zigPkg
|
||||
]);
|
||||
|
||||
buildInputs = (with pkgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue