From d9039fcdd2547d8eb62956ddbcd44a93a869cd91 Mon Sep 17 00:00:00 2001 From: Jacob Moody Date: Wed, 27 Mar 2024 08:37:43 -0500 Subject: [PATCH] nixos/tests: readd builtins.currentSystem to make-test-python.nix There is more nuance in the ways people expect to run tests, as such this still has some breakage. Revert for now. --- nixos/tests/make-test-python.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/make-test-python.nix b/nixos/tests/make-test-python.nix index 32531fffd2bf..28569f1d2955 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: