summary refs log tree commit diff
path: root/nixos/tests/make-test-python.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/make-test-python.nix')
-rw-r--r--nixos/tests/make-test-python.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/make-test-python.nix b/nixos/tests/make-test-python.nix
index 89897fe7e61..7a96f538d8d 100644
--- a/nixos/tests/make-test-python.nix
+++ b/nixos/tests/make-test-python.nix
@@ -1,6 +1,6 @@
 f: {
   system ? builtins.currentSystem,
-  pkgs ? import ../.. { inherit system; config = {}; },
+  pkgs ? import ../.. { inherit system; },
   ...
 } @ args: