refactor(tvix/nix-compat): absorb //tvix/derivation
Put this in its src/derivation. Change-Id: Ic047ab1c2da555a833ee454e10ef60c77537b617 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7967 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
9e809e21cc
commit
2d24c5f260
34 changed files with 60 additions and 148 deletions
|
|
@ -1,6 +1,6 @@
|
|||
use nix_compat::derivation::DerivationError;
|
||||
use std::rc::Rc;
|
||||
use thiserror::Error;
|
||||
use tvix_derivation::DerivationError;
|
||||
|
||||
/// Errors related to derivation construction
|
||||
#[derive(Debug, Error, PartialEq)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue