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
, localSystem, crossSystem, config, overlays
, localSystem, crossSystem, config, overlays, crossOverlays ? []
}:
assert crossSystem == localSystem;