···164165 Note that `permittedInsecurePackages` is only checked if `allowInsecurePredicate` is not specified.
166167-### `config` Options Reference
168-169-The following attributes can be passed in [`config`](#chap-packageconfig).
170-171-```{=docbook}
172-<include xmlns="http://www.w3.org/2001/XInclude" href="../doc-support/result/config-options.docbook.xml"/>
173-```
174-175## Modify packages via `packageOverrides` {#sec-modify-via-packageOverrides}
176177You can define a function called `packageOverrides` in your local `~/.config/nixpkgs/config.nix` to override Nix packages. It must be a function that takes pkgs as an argument and returns a modified set of packages.
···183 };
184}
185```
000000000186187## Declarative Package Management {#sec-declarative-package-management}
188
···164165 Note that `permittedInsecurePackages` is only checked if `allowInsecurePredicate` is not specified.
16600000000167## Modify packages via `packageOverrides` {#sec-modify-via-packageOverrides}
168169You can define a function called `packageOverrides` in your local `~/.config/nixpkgs/config.nix` to override Nix packages. It must be a function that takes pkgs as an argument and returns a modified set of packages.
···175 };
176}
177```
178+179+## `config` Options Reference {#sec-config-options-reference}
180+181+The following attributes can be passed in [`config`](#chap-packageconfig).
182+183+```{=docbook}
184+<include xmlns="http://www.w3.org/2001/XInclude" href="../doc-support/result/config-options.docbook.xml"/>
185+```
186+187188## Declarative Package Management {#sec-declarative-package-management}
189