lix/src/libcmd
Eelco Dolstra 5978ceb271 Fix building with GCC 9
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).
2023-02-10 18:38:57 +01:00
..
command.cc Scope down --derivation to just the commands that use it 2023-02-04 18:30:02 -05:00
command.hh Scope down --derivation to just the commands that use it 2023-02-04 18:30:02 -05:00
common-eval-args.cc doc/manual: Introduce @docroot@ as a stable base for includable snippets 2023-01-10 22:30:41 +01:00
common-eval-args.hh Move some options into a misc category 2022-10-12 15:09:17 +02:00
installables.cc Scope down --derivation to just the commands that use it 2023-02-04 18:30:02 -05:00
installables.hh Installable::getCursors: Cleanup 2023-01-31 00:04:05 +08:00
legacy.cc
legacy.hh
local.mk build: use pkg-config for lowdown 2022-11-12 23:04:58 +01:00
markdown.cc do not render relative links in help pages 2022-08-26 17:10:41 +02:00
markdown.hh
nix-cmd.pc.in Fix building with GCC 9 2023-02-10 18:38:57 +01:00
repl.cc Fix unreachable error message 2023-01-20 13:01:03 +01:00