mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03: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 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
f: {
|
f: {
|
||||||
system,
|
system ? builtins.currentSystem,
|
||||||
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||||
...
|
...
|
||||||
} @ args:
|
} @ args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue