From 8dcfb6853c52c6daccd328e7e8c303d063bd3a9c Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 25 May 2023 19:08:17 -0700 Subject: [PATCH] nixos/tests/nar-serve: Fix --- nixos/tests/nar-serve.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/tests/nar-serve.nix b/nixos/tests/nar-serve.nix index bb95ccb36911..f6197567b822 100644 --- a/nixos/tests/nar-serve.nix +++ b/nixos/tests/nar-serve.nix @@ -27,6 +27,8 @@ import ./make-test-python.nix ( }; }; testScript = '' + import os + start_all() # Create a fake cache with Nginx service the static files