make-test-vm: remove unneeded leftover arg attrs

This commit is contained in:
Erik Arvstedt 2020-12-11 13:26:06 +01:00
parent ed65e78a2b
commit a70c3bf210
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
1 changed files with 1 additions and 1 deletions

View File

@ -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