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:
parent
3e03e59893
commit
1ebda9e13e
8 changed files with 91 additions and 90 deletions
|
@ -1,5 +1,5 @@
|
|||
[package]
|
||||
name = "derivation"
|
||||
name = "tvix-derivation"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue