diff options
Diffstat (limited to 'tvix/derivation/Cargo.toml')
-rw-r--r-- | tvix/derivation/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/derivation/Cargo.toml b/tvix/derivation/Cargo.toml index ff54a0848abe..ee629b6ad3c3 100644 --- a/tvix/derivation/Cargo.toml +++ b/tvix/derivation/Cargo.toml @@ -9,10 +9,10 @@ edition = "2021" anyhow = "1.0.68" data-encoding = "2.3.3" glob = "0.3.0" +nix-compat = { path = "../nix-compat" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10.6" thiserror = "1.0.38" -tvix-store-bin = { path = "../store" } [dev-dependencies.test-generator] # This fork of test-generator adds support for cargo workspaces, see |