We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b32a4b commit 8c9a492Copy full SHA for 8c9a492
packages/cdt/default.nix
@@ -5,7 +5,7 @@
5
pkgs,
6
lib,
7
}:
8
-clangStdenv.mkDerivation rec {
+clang18Stdenv.mkDerivation rec {
9
name = "cdt";
10
version = "4.1.0";
11
buildInputs = with pkgs; [
0 commit comments