stdenv/native: add missing argument

This commit is contained in:
Andrew Dunham 2019-01-02 12:19:25 -05:00
parent 1bb4e5c8dc
commit 8efe3df795

View File

@ -1,5 +1,5 @@
{ lib { lib
, localSystem, crossSystem, config, overlays , localSystem, crossSystem, config, overlays, crossOverlays ? []
}: }:
assert crossSystem == localSystem; assert crossSystem == localSystem;