From 16a5ed9bf11af16530eecce74ca4596f6be27b7c Mon Sep 17 00:00:00 2001 From: Luke Boswell Date: Mon, 5 Aug 2024 11:34:41 +1000 Subject: [PATCH] restore nix/builder.nix from zls trial --- nix/builder.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nix/builder.nix b/nix/builder.nix index 5a8d0951a9..15c7b8258b 100644 --- a/nix/builder.nix +++ b/nix/builder.nix @@ -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;