nixos/tests/wine: syntax fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user