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:
parent
4db920ed4f
commit
112a71eef7
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
f: {
|
||||
system ? builtins.currentSystem,
|
||||
system,
|
||||
pkgs ? import ../.. { inherit system; config = {}; overlays = []; },
|
||||
...
|
||||
} @ args:
|
||||
|
|
Loading…
Reference in a new issue