about summary refs log tree commit diff
path: root/nixos/tests/libreswan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/libreswan.nix')
-rw-r--r--nixos/tests/libreswan.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/libreswan.nix b/nixos/tests/libreswan.nix
index c798a04645bc0..6dd9a845d19af 100644
--- a/nixos/tests/libreswan.nix
+++ b/nixos/tests/libreswan.nix
@@ -3,7 +3,7 @@
 # Eve can eavesdrop the plaintext traffic between Alice and Bob, but once they
 # enable the secure tunnel Eve's spying becomes ineffective.
 
-import ./make-test-python.nix ({ lib, pkgs, ... }:
+{ lib, pkgs, ... }:
 
 let
 
@@ -133,4 +133,4 @@ in
           eve.sleep(1)
           eve.fail("grep rhubarb /tmp/log")
     '';
-})
+}