| options/nixos/nixpkgs.config | Global configuration for Nixpkgs
|
| options/darwin/nixpkgs.config | Global configuration for Nixpkgs
|
| options/home-manager/nixpkgs.config | The configuration of the Nix Packages collection. (For
details, see the Nixpkgs documentation.) It allows you to set
package configuration options
|
| options/nixos/nixpkgs.hostPlatform | Specifies the platform where the NixOS configuration will run
|
| options/darwin/nixpkgs.hostPlatform | Specifies the platform where the nix-darwin configuration will run
|
| options/darwin/nixpkgs.pkgs | If set, the pkgs argument to all nix-darwin modules is the value of
this option, extended with nixpkgs.overlays, if
that is also set
|
| options/home-manager/nixpkgs.overlays | List of overlays to use with the Nix Packages collection. (For
details, see the Nixpkgs documentation.) It allows you to
override packages globally
|
| options/nixos/nixpkgs.pkgs | If set, the pkgs argument to all NixOS modules is the value of
this option, extended with nixpkgs.overlays, if
that is also set
|
| options/nixos/nixpkgs.system | This option does not need to be specified for NixOS configurations
with a recently generated hardware-configuration.nix
|
| options/nixos/nixpkgs.crossSystem | Systems with a recently generated hardware-configuration.nix
may instead specify only nixpkgs.buildPlatform,
or fall back to removing the nixpkgs.hostPlatform line from the generated config
|
| options/nixos/nixpkgs.localSystem | Systems with a recently generated hardware-configuration.nix
do not need to specify this option, unless cross-compiling, in which case
you should set only nixpkgs.buildPlatform
|