From 82b771951ca64fb262d27027d21ed71b10699daf Mon Sep 17 00:00:00 2001 From: eldritch horrors Date: Sun, 28 Sep 2025 00:02:20 +0200 Subject: [PATCH] testing: disable substitution in f2 mirrors f1. much faster. Change-Id: I38bbbd5b26220f480afe76ef9302e5c90f21507a --- tests/functional2/testlib/fixtures/nix.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/functional2/testlib/fixtures/nix.py b/tests/functional2/testlib/fixtures/nix.py index f794ecf9a..4a7fbef68 100644 --- a/tests/functional2/testlib/fixtures/nix.py +++ b/tests/functional2/testlib/fixtures/nix.py @@ -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;