diff --git a/snix/boot/tests/default.nix b/snix/boot/tests/default.nix index 38bd9824f..c031b2f08 100644 --- a/snix/boot/tests/default.nix +++ b/snix/boot/tests/default.nix @@ -90,7 +90,7 @@ let + lib.optionalString (!isClosure) '' echo "Importing ${path} into snix-store with name ${importPathName}…" cp -R ${path} ${importPathName} - outpath=$(snix-store import ${importPathName}) + outpath=$(snix-store --otlp=false import ${importPathName}) echo "imported to $outpath" ''