summary refs log tree commit diff
path: root/nixos/tests/subversion.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/subversion.nix')
-rw-r--r--nixos/tests/subversion.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/subversion.nix b/nixos/tests/subversion.nix
index 49450c78f3b..e6746dc0828 100644
--- a/nixos/tests/subversion.nix
+++ b/nixos/tests/subversion.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+import ./make-test.nix (
 
 let
 
@@ -114,4 +114,4 @@ in
       $webserver->stopJob("httpd");
     '';
 
-}
+})