about 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 28569f1d2955..32531fffd2bf 100644
--- a/nixos/tests/make-test-python.nix
+++ b/nixos/tests/make-test-python.nix
@@ -1,5 +1,5 @@
 f: {
-  system ? builtins.currentSystem,
+  system,
   pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
   ...
 } @ args: