Fix missing overlays argument in stdenv/linux/default.nix

This commit is contained in:
Nicolas B. Pierron 2017-01-15 18:48:13 +00:00 committed by Nicolas B. Pierron
parent a0615e2a9f
commit da8cf2662a

View File

@ -246,7 +246,7 @@ in
# dependency (`nix-store -qR') on bootstrapTools or the first # dependency (`nix-store -qR') on bootstrapTools or the first
# binutils built. # binutils built.
(prevStage: { (prevStage: {
inherit system crossSystem platform config; inherit system crossSystem platform config overlays;
stdenv = import ../generic rec { stdenv = import ../generic rec {
inherit system config; inherit system config;