Commit d9039fcd authored by Jacob Moody's avatar Jacob Moody
Browse files

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.
parent 54ebc398
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
f: {
  system,
  system ? builtins.currentSystem,
  pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
  ...
} @ args: