stdenv: allow custom stdenv to take crossOverlays

This commit is contained in:
Dylan Simon 2019-01-07 21:39:15 -05:00 committed by Matthew Bauer
parent 76d8df7b32
commit 04beae0979

View file

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