mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Merge pull request #66450 from Infinisil/fix-nixpkgs.config-type
nixos/misc: Fix nixpkgs.config merge function
This commit is contained in:
commit
5c7afdd607
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ let
|
|||
lhs = optCall lhs_ { inherit pkgs; };
|
||||
rhs = optCall rhs_ { inherit pkgs; };
|
||||
in
|
||||
lhs // rhs //
|
||||
recursiveUpdate lhs rhs //
|
||||
optionalAttrs (lhs ? packageOverrides) {
|
||||
packageOverrides = pkgs:
|
||||
optCall lhs.packageOverrides pkgs //
|
||||
|
|
Loading…
Reference in a new issue