Skip to content

Commit

Permalink
Add gcc13 in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Sep 16, 2024
1 parent 9187f30 commit 7419505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
pkgs = nixpkgsFor.${system};
vcpkg = pkgs.vcpkg;
frameworks = pkgs.darwin.apple_sdk_11_0.frameworks;
mkShell = pkgs.mkShell.override {stdenv = pkgs.llvmPackages_19.stdenv;};
mkShell = pkgs.mkShell.override {stdenv = pkgs.llvmPackages_18.libcxxStdenv; };
#mkShell = pkgs.mkShell.override {stdenv = pkgs.gcc13Stdenv; };
in {
default = mkShell {
nativeBuildInputs = with pkgs; [
llvmPackages_19.llvm
llvmPackages_19.clang-tools
llvmPackages_19.lldb
];
Expand Down

0 comments on commit 7419505

Please sign in to comment.