Loading pkgs/development/tools/zls/default.nix→pkgs/development/tools/language-servers/zls/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,24 +2,28 @@ stdenv.mkDerivation rec { pname = "zls"; version = "0.9.0"; version = "0.10.0"; src = fetchFromGitHub { owner = "zigtools"; repo = pname; rev = version; sha256 = "sha256-MVo21qNCZop/HXBqrPcosGbRY+W69KNCc1DfnH47GsI="; sha256 = "sha256-M0GG4KIMcHN+bEprUv6ISZkWNvWN12S9vqSKP+DRU9M="; fetchSubmodules = true; }; nativeBuildInputs = [ zig ]; dontConfigure = true; preBuild = '' export HOME=$TMPDIR ''; installPhase = '' runHook preInstall zig build -Drelease-safe -Dcpu=baseline --prefix $out install runHook postInstall ''; meta = with lib; { Loading pkgs/top-level/all-packages.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17086,6 +17086,10 @@ with pkgs; verible = callPackage ../development/tools/language-servers/verible { }; zls = callPackage ../development/tools/language-servers/zls { zig = zig_0_10; }; ansible-later = with python3.pkgs; toPythonApplication ansible-later; ansible-lint = with python3.pkgs; toPythonApplication ansible-lint; Loading Loading @@ -18909,10 +18913,6 @@ with pkgs; ytt = callPackage ../development/tools/ytt {}; zls = callPackage ../development/tools/zls { zig = zig_0_9; }; zydis = callPackage ../development/libraries/zydis { }; grabserial = callPackage ../development/tools/grabserial { }; Loading
pkgs/development/tools/zls/default.nix→pkgs/development/tools/language-servers/zls/default.nix +6 −2 Original line number Diff line number Diff line Loading @@ -2,24 +2,28 @@ stdenv.mkDerivation rec { pname = "zls"; version = "0.9.0"; version = "0.10.0"; src = fetchFromGitHub { owner = "zigtools"; repo = pname; rev = version; sha256 = "sha256-MVo21qNCZop/HXBqrPcosGbRY+W69KNCc1DfnH47GsI="; sha256 = "sha256-M0GG4KIMcHN+bEprUv6ISZkWNvWN12S9vqSKP+DRU9M="; fetchSubmodules = true; }; nativeBuildInputs = [ zig ]; dontConfigure = true; preBuild = '' export HOME=$TMPDIR ''; installPhase = '' runHook preInstall zig build -Drelease-safe -Dcpu=baseline --prefix $out install runHook postInstall ''; meta = with lib; { Loading
pkgs/top-level/all-packages.nix +4 −4 Original line number Diff line number Diff line Loading @@ -17086,6 +17086,10 @@ with pkgs; verible = callPackage ../development/tools/language-servers/verible { }; zls = callPackage ../development/tools/language-servers/zls { zig = zig_0_10; }; ansible-later = with python3.pkgs; toPythonApplication ansible-later; ansible-lint = with python3.pkgs; toPythonApplication ansible-lint; Loading Loading @@ -18909,10 +18913,6 @@ with pkgs; ytt = callPackage ../development/tools/ytt {}; zls = callPackage ../development/tools/zls { zig = zig_0_9; }; zydis = callPackage ../development/libraries/zydis { }; grabserial = callPackage ../development/tools/grabserial { };