Skip to content

Commit 328ef40

Browse files
committed
cnls: add version to derivation name
1 parent f0b3535 commit 328ef40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/kernels/cpp/language_server_clangd/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ let
1717

1818
cnls = callPackage ./cnls.nix { inherit system; };
1919

20+
cnlsVersion = import ./cnls-version.nix;
21+
2022
cling-parser = callPackage ./cling-parser.nix { inherit cling; };
2123

22-
cnls-wrapped = runCommand "cpp-notebook-language-server-wrapped" {
24+
cnls-wrapped = runCommand "cpp-notebook-language-server-${cnlsVersion}-wrapped" {
2325
nativeBuildInputs = [ makeWrapper ];
2426
} ''
2527
mkdir -p $out/bin

0 commit comments

Comments
 (0)