Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-10 | Fix building with GCC 9 | Eelco 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-22 | Build with C++20 | Graham Bennett | |
2021-01-26 | Move command plugin interface to libnixcmd | Shea Levy | |