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