5aa5d282ea
we weren't actually using these sources anymore, okay? Change-Id: If701571d9716de308d3512e1eb22c35db0877a66 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5248 Tested-by: BuildkiteCI Reviewed-by: grfn <grfn@gws.fyi> Autosubmit: tazjin <tazjin@tvl.su>
7 lines
147 B
Nix
7 lines
147 B
Nix
{ pkgs, lib, ... }:
|
|
|
|
let inherit (pkgs) cmake fullLlvm11Stdenv;
|
|
in pkgs.abseil-cpp.override {
|
|
stdenv = fullLlvm11Stdenv;
|
|
cxxStandard = "17";
|
|
}
|