mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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