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
commit feb8fc7218
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
f: {
system,
system ? builtins.currentSystem,
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
...
} @ args: