nixos/tests/wine: syntax fix

This commit is contained in:
Bernardo Meurer 2021-11-04 15:20:06 -07:00
parent b8ab5de781
commit 98749ffa5f
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

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;