fix(tvix/derivation): fix build after StorePath rename

This project was not previously covered by CI (fixed in this commit),
so we didn't catch breakage due to a renamed module.

This was noticed while rebasing a CL that has a dependency on this
crate in its Nix build.

Change-Id: Ic48570b9313e5f73e14daab50cf7ea70918c94d1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7778
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
This commit is contained in:
Vincent Ambo 2023-01-06 18:56:38 +03:00 committed by tazjin
parent 3e03e59893
commit 1ebda9e13e
8 changed files with 91 additions and 90 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "derivation"
name = "tvix-derivation"
version = "0.1.0"
edition = "2021"