Merge pull request #144665 from lovesegfault/wine-test-fix-syntax

nixos/tests/wine: syntax fix
This commit is contained in:
Bernardo Meurer 2021-11-04 16:28:57 -07:00 committed by GitHub
commit 1a5e8b2c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;