Commit 112a71ee authored by Jacob Moody's avatar Jacob Moody
Browse files

nixos/tests: remove builtints.currentSystem from make-test-python.nix

When build using 'nix build' if we hit this default we will fail to
evaluate. Most instances that this should break have been fixed so
we remove this to prevent this from happening further in the future.
parent 4db920ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
f: {
  system ? builtins.currentSystem,
  system,
  pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
  ...
} @ args: