diff options
Diffstat (limited to 'tvix/Cargo.toml')
-rw-r--r-- | tvix/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tvix/Cargo.toml b/tvix/Cargo.toml index 748b991ddfd1..b125a94ad57c 100644 --- a/tvix/Cargo.toml +++ b/tvix/Cargo.toml @@ -24,6 +24,7 @@ members = [ "eval/builtin-macros", "nar", "nix_cli", + "nix-compat", "serde", "store", ] |