Merge pull request #144665 from lovesegfault/wine-test-fix-syntax
nixos/tests/wine: syntax fix
This commit is contained in:
commit
1a5e8b2c04
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue