diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-22T17·29+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-22T17·29+0100 |
commit | f459332f32233ec963615789ae88efa10cc7f208 (patch) | |
tree | 0357e140c0e551da241b1fe80c32930019b997e6 /third_party/nix/default.nix | |
parent | 0623fec60a2a390ac561a9d9123cf7ddc21d3a02 (diff) |
chore: Update from Clang 9 to Clang 10 for all projects r/810
Diffstat (limited to 'third_party/nix/default.nix')
-rw-r--r-- | third_party/nix/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix index d7a85bb6125a..c21a6d00c946 100644 --- a/third_party/nix/default.nix +++ b/third_party/nix/default.nix @@ -1,7 +1,7 @@ { pkgs ? (import <nixpkgs> {}).third_party, ... }: let - stdenv = with pkgs; overrideCC clangStdenv clang_9; + stdenv = with pkgs; overrideCC clangStdenv clang_10; aws-s3-cpp = pkgs.aws-sdk-cpp.override { apis = ["s3" "transfer"]; |