docs(tvix/nix-compat/derivation): fix docstrings
Change-Id: I3fd02e62c8a24fa7f27461b17cdd824b060d9bdb Reviewed-on: https://cl.tvl.fyi/c/depot/+/7968 Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
2d24c5f260
commit
1e28cc7ede
2 changed files with 5 additions and 2 deletions
|
|
@ -42,7 +42,8 @@ pub enum DerivationError {
|
|||
InvalidEnvironmentKey(String),
|
||||
}
|
||||
|
||||
/// Errors that can occur during the validation of a specific [Output] of a [Derviation].
|
||||
/// Errors that can occur during the validation of a specific
|
||||
// [crate::derivation::Output] of a [crate::derivation::Derviation].
|
||||
#[derive(Debug, Error, PartialEq)]
|
||||
pub enum OutputError {
|
||||
#[error("Invalid ouput path {0}: {1}")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue