testing: disable substitution in f2

mirrors f1. much faster.

Change-Id: I38bbbd5b26220f480afe76ef9302e5c90f21507a
This commit is contained in:
eldritch horrors
2025-09-28 00:02:20 +02:00
parent 992c3ae981
commit 82b771951c
@@ -46,6 +46,7 @@ class NixSettings:
config = dedent(f"""
show-trace = true
sandbox = true
substituters =
extra-sandbox-paths = {" ".join(env.path.to_sandbox_paths())}
""")
# Note: newline at the end is required due to nix being nix;