Skip to content
Commit fefa9ef7 authored by Tyson Whitehead's avatar Tyson Whitehead Committed by John Ericson
Browse files

top-level: Duplicate overlaying unless stdenvOverrides comes last

The stdenvOverrides overlay is used to bring packages forward during
bootstrapping via stdenv.overrides.  These packages have already had
the overlays applied to them in the previous boostrapping stage.  If
stdenvOverrides is not last in the overlays stack, all remaining
overlays will windup being applied again to these packages.

closes #34086
parent afb87a66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment