aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/nix-cmd.pc.in
AgeCommit message (Collapse)Author
2023-02-10Fix building with GCC 9Eelco Dolstra
Nixpkgs on aarch64-linux is currently stuck on GCC 9 (https://github.com/NixOS/nixpkgs/issues/208412) and using gcc11Stdenv doesn't work either. So use c++2a instead of c++20 for now. Unfortunately this means we can't use some C++20 features for now (like std::span).
2022-10-22Build with C++20Graham Bennett
2021-01-26Move command plugin interface to libnixcmdShea Levy