| options/nixos/nix.nixPath | The default Nix expression search path, used by the Nix
evaluator to look up paths enclosed in angle brackets
(e.g. <nixpkgs>).
|
| options/home-manager/nix.nixPath | Adds new directories to the Nix expression search path
|
| options/darwin/nix.nixPath | The default Nix expression search path, used by the Nix
evaluator to look up paths enclosed in angle brackets
(e.g. <nixpkgs>)
|
| options/home-manager/nix.keepOldNixPath | Whether nix.nixPath should keep the previously set values in
NIX_PATH.
|
| options/home-manager/nix.settings | Configuration for Nix; see nix.conf(5) for available options
|
| options/nixos/nix.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/command-ref/conf-file.html or
nix.conf(5) for available options
|
| options/darwin/nix.enable | Whether to enable Nix
|
| options/nixos/nix.checkConfig | If enabled, checks that Nix can parse the generated nix.conf.
|
| options/home-manager/nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| options/darwin/nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| options/nixos/nix.checkAllErrors | If enabled, checks the nix.conf parsing for any kind of error
|
| options/nixos/nix.extraOptions | Additional text appended to nix.conf.
|
| options/home-manager/nix.extraOptions | Additional text appended to nix.conf.
|
| options/darwin/nix.extraOptions | Additional text appended to nix.conf.
|
| options/nixos/nix.enable | Whether to enable Nix
|
| options/darwin/nix.settings | Configuration for Nix, see
https://nixos.org/manual/nix/stable/#sec-conf-file
for avalaible options
|
| options/nixos/nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| options/darwin/nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| options/home-manager/nix.package | The nix package to use.
|
| options/nixos/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/home-manager/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/darwin/nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| options/nixos/nix.package | This option specifies the Nix package instance to use throughout the system.
|
| options/darwin/nix.package | This option specifies the Nix package instance to use throughout the system.
|
| options/home-manager/nix.registry | User level flake registry.
|
| options/darwin/nix.registry | A system-wide flake registry.
|
| options/nixos/nix.registry | A system-wide flake registry
|
| options/home-manager/nix.channels | A declarative alternative to Nix channels
|
| options/nixos/nix.daemonIOSchedClass | Nix daemon process I/O scheduling class
|
| options/nixos/nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| options/home-manager/nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| options/darwin/nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|
| options/darwin/nix.daemonProcessType | Nix daemon process resource limits class
|
| options/nixos/nix.daemonCPUSchedPolicy | Nix daemon process CPU scheduling policy
|
| options/darwin/nix.daemonIOLowPriority | Whether the Nix daemon process should considered to be low priority when
doing file system I/O.
|
| options/nixos/nix.daemonIOSchedPriority | Nix daemon process I/O scheduling priority
|