mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
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
|
||||
, localSystem, crossSystem, config, overlays
|
||||
, localSystem, crossSystem, config, overlays, crossOverlays ? []
|
||||
}:
|
||||
|
||||
assert crossSystem == localSystem;
|
||||
|
|
Loading…
Reference in a new issue