make-test-vm: remove unneeded leftover arg attrs
This commit is contained in:
parent
ed65e78a2b
commit
a70c3bf210
@ -5,7 +5,7 @@ let
|
||||
|
||||
test = (import "${pkgs.path}/nixos/tests/make-test-python.nix") (testArgs pkgs);
|
||||
|
||||
fixedTest = { system ? builtins.currentSystem, ... }@args:
|
||||
fixedTest = { ... }@args:
|
||||
let
|
||||
pkgsFixed = pkgs // {
|
||||
# Fix the black Python code formatter that's used in the test to allow the test
|
||||
|
Loading…
Reference in New Issue
Block a user