abseil-cpp_202601

abseil-cpp 20260107.1

Open-source collection of C++ code designed to augment the C++ standard library

https://abseil.io/
Apache License 2.0
programs: -
Platforms (80)
armv6l-linuxriscv64-nonex86_64-freebsdi686-netbsdx86_64-darwinjavascript-ghcjsmmix-mmixwares390x-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  abseil-cpp_202601
];
Ad-hoc shell
nix-shell -p abseil-cpp_202601
Flake (nix run)
nix run nixpkgs#abseil-cpp_202601