diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 88473c692..1667aa46e 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.