| 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/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.overlays | List of overlays to apply to Nixpkgs
|
| options/darwin/nixpkgs.overlays | List of overlays to apply to Nixpkgs
|
| options/nixos/nixpkgs.config | Global configuration for Nixpkgs
|
| options/darwin/nixpkgs.config | Global configuration for Nixpkgs
|
| options/darwin/nixpkgs.system | Specifies the Nix platform type on which nix-darwin should be built
|
| 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.source | The path to import Nixpkgs from
|
| 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.buildPlatform | Specifies the platform on which NixOS should be built
|
| options/darwin/nixpkgs.buildPlatform | Specifies the platform on which nix-darwin should be built
|
| 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
|