Skip to content

Commit

Permalink
Clang 12 needs libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Sep 16, 2024
1 parent a5fcf9c commit 1ea166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#mkShell = pkgs.mkShell.override {stdenv = pkgs.gcc13Stdenv; };
in {
default = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_18.libcxxStdenv; };
ci-clang12 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_12.libcxxStdenv; };
ci-clang12 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_12.stdenv; };
ci-clang13 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_13.libcxxStdenv; };
ci-clang14 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_14.libcxxStdenv; };
ci-clang15 = makeShell { inherit pkgs; stdenv = pkgs.llvmPackages_15.libcxxStdenv; };
Expand Down

0 comments on commit 1ea166a

Please sign in to comment.