mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Fix missing overlays argument in stdenv/linux/default.nix
This commit is contained in:
parent
a0615e2a9f
commit
da8cf2662a
@ -246,7 +246,7 @@ in
|
||||
# dependency (`nix-store -qR') on bootstrapTools or the first
|
||||
# binutils built.
|
||||
(prevStage: {
|
||||
inherit system crossSystem platform config;
|
||||
inherit system crossSystem platform config overlays;
|
||||
stdenv = import ../generic rec {
|
||||
inherit system config;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user