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
1 changed files with 1 additions and 1 deletions

View File

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