nixd: 2.6.4 -> 2.7.0

Release Notes:
https://github.com/nix-community/nixd/releases/tag/2.7.0

Nix-related changes adapated from commit:
https://github.com/nix-community/nixd/commit/52322139bb3ea930c2504a5a4ab9232fa40284c6

Changed files
+11 -5
pkgs
development
tools
language-servers
+11 -5
pkgs/development/tools/language-servers/nixd/default.nix
···
}:
let
-
nix = nixVersions.nix_2_28;
+
nixComponents = nixVersions.nixComponents_2_30;
common = rec {
-
version = "2.6.4";
+
version = "2.7.0";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixd";
tag = version;
-
hash = "sha256-K7S626SPzlNCmRhntSKhGP1iyHJXBZEeHliX4iEwbKk=";
+
hash = "sha256-VPUX/68ysFUr1S8JW9I1rU5UcRoyZiCjL+9u2owrs6w=";
};
nativeBuildInputs = [
···
];
buildInputs = [
-
nix
+
nixComponents.nix-main
+
nixComponents.nix-expr
+
nixComponents.nix-cmd
+
nixComponents.nix-flake
gtest
boost
];
···
sourceRoot = "${common.src.name}/nixd";
buildInputs = [
-
nix
+
nixComponents.nix-main
+
nixComponents.nix-expr
+
nixComponents.nix-cmd
+
nixComponents.nix-flake
nixf
nixt
llvmPackages.llvm