Bruno BELANYI
06cc34dc1c
All checks were successful
ci/woodpecker/push/check Pipeline was successful
WIP: use new MODULE.bazel system. WIP: use `.bazel` extension on BUILD files.
7 lines
207 B
Plaintext
7 lines
207 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
|