lol

stdenv: allow custom stdenv to take crossOverlays

authored by

Dylan Simon and committed by
Matthew Bauer
04beae09 76d8df7b

+1 -1
+1 -1
pkgs/stdenv/custom/default.nix
··· 1 1 { lib 2 - , localSystem, crossSystem, config, overlays 2 + , localSystem, crossSystem, config, overlays, crossOverlays ? [] 3 3 }: 4 4 5 5 assert crossSystem == localSystem;