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
+3 -4
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;