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:
parent
54ebc398c2
commit
d9039fcdd2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
f: {
|
||||
system,
|
||||
system ? builtins.currentSystem,
|
||||
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||
...
|
||||
} @ args:
|
||||
|
|
Loading…
Reference in a new issue