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.
This commit is contained in:
Jacob Moody 2024-03-27 08:37:43 -05:00
parent 54ebc398c2
commit d9039fcdd2
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: