guix-mirrors/nix
Congcong Kuo 5f3518ca83
daemon: Replace ‘random_shuffle’ with ‘shuffle’.
‘std::random_shuffle’ was removed in C++14.

* nix/libstore/gc.cc (LocalStore::collectGarbage): Use ‘std::random’ and
‘std::shuffle’.

Change-Id: If91ed3ec3596a419ae7c87d7ce677e0970853e9f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-05-12 10:40:02 +02:00
..
boost nix: Tweak .gitignore files. 2020-06-24 19:55:22 +01:00
libstore daemon: Replace ‘random_shuffle’ with ‘shuffle’. 2025-05-12 10:40:02 +02:00
libutil daemon: Close the read end of the logging pipe. 2025-03-26 17:57:43 +01:00
nix-daemon daemon: Catch SIGINT, SIGTERM, and SIGHUP for proper termination. 2025-04-14 17:33:11 +02:00
.gitignore
AUTHORS
COPYING
local.mk nix: Install guix-gc systemd timer. 2025-03-02 14:21:59 +02:00