nix-config/templates/c++-bazel/.bazelrc
Bruno BELANYI 36ddab8279
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: Bazel template
2023-11-18 20:25:19 +00:00

7 lines
208 B
Plaintext

# rule_nixpkgs' specific configuration
build --host_platform=@io_tweag_rules_nixpkgs//nixpkgs/platforms:host
build --crosstool_top=@nixpkgs_config_cc//:toolchain
# Use C++20
build:linux --cxxopt=-std=c++20