about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-03-27 18:07:41 +0000
committerGitHub <noreply@github.com>2024-03-27 18:07:41 +0000
commitfeb8fc72187e5beae47d81fc38541fae89e7eaf8 (patch)
tree34db552d45aea078f5122f1ea7278ec1c42e5159 /nixos
parent11fc48942a66938a1a46d92ee5b93a3c88146826 (diff)
parentd9039fcdd2547d8eb62956ddbcd44a93a869cd91 (diff)
Merge pull request #299501 from majiru/readd-make-test-python-default-system
Revert breaking change to make-python-test.nix
Diffstat (limited to 'nixos')
-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 32531fffd2bf3..28569f1d2955a 100644
--- a/nixos/tests/make-test-python.nix
+++ b/nixos/tests/make-test-python.nix
@@ -1,5 +1,5 @@
 f: {
-  system,
+  system ? builtins.currentSystem,
   pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
   ...
 } @ args: