lix-releng-staging/src
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
..
build-remote build-remote: Add brackets to error message 2022-11-04 10:49:44 -07:00
libcmd Fix building with GCC 9 2023-02-10 18:38:57 +01:00
libexpr Fix building with GCC 9 2023-02-10 18:38:57 +01:00
libfetchers Improve comment 2023-02-09 16:42:45 +01:00
libmain Fix building with GCC 9 2023-02-10 18:38:57 +01:00
libstore Fix building with GCC 9 2023-02-10 18:38:57 +01:00
libutil Merge pull request #5588 from tweag/balsoft/xdg 2023-02-10 18:05:50 +01:00
nix daemon.cc: Rename UserSettings -> AuthorizationSettings 2023-02-10 14:41:39 +01:00
nix-build nix-shell: Colour the prompt red if the user is root 2023-02-01 20:50:44 +00:00
nix-channel A setting to follow XDG Base Directory standard 2023-02-10 20:14:06 +04:00
nix-collect-garbage Add missing rethrows in conditional exception handlers 2022-06-10 10:52:41 -07:00
nix-copy-closure
nix-env A setting to follow XDG Base Directory standard 2023-02-10 20:14:06 +04:00
nix-instantiate Revert to copyStore = true for nix-instantiate and nix-env 2022-08-23 14:40:27 +02:00
nix-store Fix unused variable warning 2022-12-12 16:41:46 +01:00
resolve-system-dependencies Get rid of most .at calls (#6393) 2022-05-04 07:44:32 +02:00
toml11