We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b3535 commit 328ef40Copy full SHA for 328ef40
modules/kernels/cpp/language_server_clangd/default.nix
@@ -17,9 +17,11 @@ let
17
18
cnls = callPackage ./cnls.nix { inherit system; };
19
20
+ cnlsVersion = import ./cnls-version.nix;
21
+
22
cling-parser = callPackage ./cling-parser.nix { inherit cling; };
23
- cnls-wrapped = runCommand "cpp-notebook-language-server-wrapped" {
24
+ cnls-wrapped = runCommand "cpp-notebook-language-server-${cnlsVersion}-wrapped" {
25
nativeBuildInputs = [ makeWrapper ];
26
} ''
27
mkdir -p $out/bin
0 commit comments