mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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,5 +1,5 @@
|
||||
f: {
|
||||
system,
|
||||
system ? builtins.currentSystem,
|
||||
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||
...
|
||||
} @ args:
|
||||
|
Loading…
Reference in New Issue
Block a user