diff options
author | Brian Olsen <brian@maven-group.org> | 2024-11-03T13·24+0100 |
---|---|---|
committer | Brian Olsen <brian@maven-group.org> | 2024-11-03T20·49+0000 |
commit | 28dbf5f0eb0306d7675ec83475e14c79b05b310d (patch) | |
tree | 292f13498fd6d2a18e4bb33381690202ac400a4c /tvix/docs/src/nix-daemon/operations.md | |
parent | f02bc522b66dda707a7ef469082e56fc0df46569 (diff) |
chore(tvix/docs): Small changes to Nix Daemon protocol description r/8884
I found some more operations that are obsolete and a few missing fields. I also did some small changes to make handshake description more consistent. Change-Id: I9f853a37e9d50621491f31ea71879d6a600046e2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12724 Tested-by: BuildkiteCI Reviewed-by: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/docs/src/nix-daemon/operations.md')
-rw-r--r-- | tvix/docs/src/nix-daemon/operations.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/src/nix-daemon/operations.md b/tvix/docs/src/nix-daemon/operations.md index 80708c9104b5..64e672373116 100644 --- a/tvix/docs/src/nix-daemon/operations.md +++ b/tvix/docs/src/nix-daemon/operations.md @@ -4,7 +4,6 @@ | Operation | Id | | ----------------------------------------------------------- | -- | | [IsValidPath](#isvalidpath) | 1 | -| [HasSubstitutes](#hassubstitutes) | 3 | | [QueryReferrers](#queryreferrers) | 6 | | [AddToStore](#addtostore) | 7 | | [BuildPaths](#buildpaths) | 9 | @@ -40,6 +39,7 @@ | Operation | Id | | ----------------------------------------------------------- | -- | +| [HasSubstitutes](#hassubstitutes) | 3 | | [QueryPathHash](#querypathhash) | 4 | | [QueryReferences](#queryreferences) | 5 | | [AddTextToStore](#addtexttostore) | 8 | |