nixos/tests/wine: syntax fix

This commit is contained in:
Bernardo Meurer
2021-11-04 15:20:06 -07:00
parent b8ab5de781
commit 98749ffa5f

View File

@@ -1,7 +1,6 @@
{ system ? builtins.currentSystem, pkgs ? import ../.. {
inherit system;
config = { };
}, }:
{ system ? builtins.currentSystem
, pkgs ? import ../.. { inherit system; config = { }; }
}:
let
inherit (pkgs.lib) concatMapStrings listToAttrs;