docs(nix-compat/nix_daemon): fix typo
Change-Id: I9bc9982faa0abc8212e15916a3435dd0cfd0e54d Reviewed-on: https://cl.tvl.fyi/c/depot/+/12880 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: Domen Kožar <domen@cachix.org> Reviewed-by: Ilan Joselevich <personal@ilanjoselevich.com>
This commit is contained in:
parent
5b278cc6ab
commit
adf9c47626
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ pub struct UnkeyedValidPathInfo {
|
||||||
pub ca: Option<CAHash>,
|
pub ca: Option<CAHash>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Request tupe for [super::worker_protocol::Operation::QueryValidPaths]
|
/// Request tuple for [super::worker_protocol::Operation::QueryValidPaths]
|
||||||
#[derive(NixDeserialize)]
|
#[derive(NixDeserialize)]
|
||||||
pub struct QueryValidPaths {
|
pub struct QueryValidPaths {
|
||||||
// Paths to query
|
// Paths to query
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue