From 41963df4a583b77189ec4230d7b6f69c83d88932 Mon Sep 17 00:00:00 2001 From: Lunaphied Date: Tue, 18 Jun 2024 16:24:49 -0600 Subject: lix-doc: update dependencies and refactor This updates the version of rnix used and refactors the code generally to be more precise and capable in it's identification of both lambdas and determining which documentation comments are attached. Change-Id: Ib0dddabd71f772c95077f9d7654023b37a7a1fd2 --- package.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package.nix') diff --git a/package.nix b/package.nix index f70cbb3b1..600be11e9 100644 --- a/package.nix +++ b/package.nix @@ -474,6 +474,14 @@ stdenv.mkDerivation (finalAttrs: { # Load-bearing order. Must come before clang-unwrapped below, but after clang_tools above. stdenv.cc ] + ++ [ + pkgs.rust-analyzer + pkgs.cargo + pkgs.rustc + pkgs.rustfmt + pkgs.rustPlatform.rustLibSrc + pkgs.rustPlatform.rustcSrc + ] ++ lib.optionals stdenv.cc.isClang [ # Required for clang-tidy checks. llvmPackages.llvm -- cgit v1.2.3