diff options
-rw-r--r-- | tvix/eval/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 88473c692e6c..1667aa46eba1 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -42,7 +42,7 @@ itertools = "0.10.3" tempdir = "0.3.7" [features] -default = [ "repl", "impure", "arbitrary" ] +default = [ "repl", "impure", "arbitrary", "nix_tests" ] # Enables running the Nix language test suite from the original C++ # Nix implementation (at version 2.3) against Tvix. |