Merge pull request #299501 from majiru/readd-make-test-python-default-system

Revert breaking change to make-python-test.nix
This commit is contained in:
Maximilian Bosch
2024-03-27 18:07:41 +00:00
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
f: {
system,
system ? builtins.currentSystem,
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
...
} @ args: