mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Change the customOverrides to use the stdenvOverrides instead of the original package set.
This commit is contained in:
parent
21b8007bcf
commit
800766fb0b
@ -143,7 +143,7 @@ let
|
||||
pkgs_7 = pkgs_6 // stdenvOverrides pkgs pkgs_6;
|
||||
|
||||
# The overriden, final packages.
|
||||
pkgs = pkgs_7 // customOverrides pkgs pkgs_6;
|
||||
pkgs = pkgs_7 // customOverrides pkgs pkgs_7;
|
||||
in pkgs;
|
||||
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user