summaryrefslogtreecommitdiffstats
path: root/pkgs/stdenv/custom
diff options
context:
space:
mode:
authorDylan Simon <dylan@dylex.net>2019-01-07 21:39:15 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-01-07 20:53:10 -0600
commit04beae0979007f5a5b99e64fc945211824a91572 (patch)
tree33b4021fb4e0f480da0611a229164a7dc5b2ff72 /pkgs/stdenv/custom
parent76d8df7b325ab52aecfe68ce839667252e233c3a (diff)
stdenv: allow custom stdenv to take crossOverlays
Diffstat (limited to 'pkgs/stdenv/custom')
-rw-r--r--pkgs/stdenv/custom/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/custom/default.nix b/pkgs/stdenv/custom/default.nix
index e86face95195..4c7380118f7d 100644
--- a/pkgs/stdenv/custom/default.nix
+++ b/pkgs/stdenv/custom/default.nix
@@ -1,5 +1,5 @@
{ lib
-, localSystem, crossSystem, config, overlays
+, localSystem, crossSystem, config, overlays, crossOverlays ? []
}:
assert crossSystem == localSystem;