Skip to content

Commit

Permalink
stdenv: allow custom stdenv to take crossOverlays
Browse files Browse the repository at this point in the history
  • Loading branch information
dylex authored and matthewbauer committed Jan 8, 2019
1 parent 76d8df7 commit 04beae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/stdenv/custom/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib
, localSystem, crossSystem, config, overlays
, localSystem, crossSystem, config, overlays, crossOverlays ? []
}:

assert crossSystem == localSystem;
Expand Down

0 comments on commit 04beae0

Please sign in to comment.