stdenv: allow custom stdenv to take crossOverlays

This commit is contained in:
Dylan Simon
2019-01-07 20:53:10 -06:00
committed by Matthew Bauer
parent 76d8df7b32
commit 04beae0979
+1 -1
View File
@@ -1,5 +1,5 @@
{ lib
, localSystem, crossSystem, config, overlays
, localSystem, crossSystem, config, overlays, crossOverlays ? []
}:
assert crossSystem == localSystem;