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.
This commit is contained in:
Jacob Moody 2023-12-25 18:09:26 -06:00
parent 4db920ed4f
commit 112a71eef7

View File

@ -1,5 +1,5 @@
f: {
system ? builtins.currentSystem,
system,
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
...
} @ args: