Merge pull request #53219 from andrew-d/andrew/add-missing-argument
stdenv/native: add missing argument to fix build failure
This commit is contained in:
commit
82f679c269
|
@ -1,5 +1,5 @@
|
||||||
{ lib
|
{ lib
|
||||||
, localSystem, crossSystem, config, overlays
|
, localSystem, crossSystem, config, overlays, crossOverlays ? []
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert crossSystem == localSystem;
|
assert crossSystem == localSystem;
|
||||||
|
|
Loading…
Reference in New Issue