test(tvix/cli/derivation): add test cases for output path calc
Get some test coverage with some calls to builtins.derivation. The expected output paths were calculated with Nix. Change-Id: I2ce205ea5244e8ef939d9cacb033283fc6f15d17 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9817 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
077bf06c1d
commit
6800f1cdb9
4 changed files with 49 additions and 0 deletions
|
@ -8764,6 +8764,12 @@ rec {
|
|||
packageId = "wu-manber";
|
||||
}
|
||||
];
|
||||
devDependencies = [
|
||||
{
|
||||
name = "test-case";
|
||||
packageId = "test-case";
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
"tvix-eval" = rec {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue