We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3beac24 commit 42d2699Copy full SHA for 42d2699
tests/run.py
@@ -69,6 +69,7 @@ def run_eval_test(gcroot_dir: Path, jobs: int) -> list[str]:
69
failed_profiles = []
70
cmd = [
71
"nix-eval-jobs",
72
+ "--no-instantiate",
73
"--extra-experimental-features", "flakes",
74
"--option", "eval-cache", "false",
75
"--gc-roots-dir",
0 commit comments