mirror of
https://github.com/NixOS/nix
synced 2025-07-03 02:01:48 +02:00
LegacySSHStore: Send back the new realisations
To allow it to build ca derivations remotely
This commit is contained in:
parent
5687564a27
commit
a2b69660a9
3 changed files with 8 additions and 2 deletions
|
@ -5,7 +5,7 @@ namespace nix {
|
|||
#define SERVE_MAGIC_1 0x390c9deb
|
||||
#define SERVE_MAGIC_2 0x5452eecb
|
||||
|
||||
#define SERVE_PROTOCOL_VERSION 0x205
|
||||
#define SERVE_PROTOCOL_VERSION 0x206
|
||||
#define GET_PROTOCOL_MAJOR(x) ((x) & 0xff00)
|
||||
#define GET_PROTOCOL_MINOR(x) ((x) & 0x00ff)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue