forked from mirrors/nixpkgs
stdenv/native: add missing argument
This commit is contained in:
parent
1bb4e5c8dc
commit
8efe3df795
|
@ -1,5 +1,5 @@
|
|||
{ lib
|
||||
, localSystem, crossSystem, config, overlays
|
||||
, localSystem, crossSystem, config, overlays, crossOverlays ? []
|
||||
}:
|
||||
|
||||
assert crossSystem == localSystem;
|
||||
|
|
Loading…
Reference in a new issue