lol

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

nixos/tests/wine: syntax fix

authored by

Bernardo Meurer and committed by
GitHub
1a5e8b2c 4e18eac5

+3 -4
+3 -4
nixos/tests/wine.nix
··· 1 - { system ? builtins.currentSystem, pkgs ? import ../.. { 2 - inherit system; 3 - config = { }; 4 - }, }: 1 + { system ? builtins.currentSystem 2 + , pkgs ? import ../.. { inherit system; config = { }; } 3 + }: 5 4 6 5 let 7 6 inherit (pkgs.lib) concatMapStrings listToAttrs;