stdenv/native: add missing argument
This commit is contained in:
parent
1bb4e5c8dc
commit
8efe3df795
@ -1,5 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, localSystem, crossSystem, config, overlays
|
, localSystem, crossSystem, config, overlays, crossOverlays ? []
|
||||||
}:
|
}:
|
||||||
|
|
||||||
assert crossSystem == localSystem;
|
assert crossSystem == localSystem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user