restore nix/builder.nix from zls trial

This commit is contained in:
Luke Boswell 2024-08-05 11:34:41 +10:00
parent 1750e8b833
commit 16a5ed9bf1
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0

View file

@ -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;