guix/nix/nix-daemon
Ludovic Courtès 1e47148f46
daemon: Implement ‘substitute-urls’ RPC.
* nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump.
(WorkerOp): Add ‘wopSubstituteURLs’.
* nix/nix-daemon/nix-daemon.cc (performOp): Implement it.
* guix/store.scm (%protocol-version): Bump.
(operation-id): Add ‘substitute-urls’.
(substitute-urls): New procedure.
* tests/store.scm ("substitute-urls, default")
("substitute-urls, client-specified URLs")
("substitute-urls, disabled"): New tests.

Change-Id: I2c0119500c3a1eecfa5ebf32463ffb0f173161de
2023-12-11 23:18:53 +01:00
..
guix-daemon.cc daemon: Support systemd-style socket activation. 2022-04-14 14:48:20 +02:00
nix-daemon.cc daemon: Implement ‘substitute-urls’ RPC. 2023-12-11 23:18:53 +01:00
shared.hh daemon: Remove dead code. 2021-04-03 22:08:33 +02:00