| nix.nixPath | Adds new directories to the Nix expression search path
|
| nix.keepOldNixPath | Whether nix.nixPath should keep the previously set values in
NIX_PATH.
|
| nix.settings | Configuration for Nix; see nix.conf(5) for available options
|
| nix.checkConfig | If enabled (the default), checks for data type mismatches and that Nix
can parse the generated nix.conf.
|
| nix.extraOptions | Additional text appended to nix.conf.
|
| nix.package | The nix package to use.
|
| nix.buildMachines | This option lists the machines to be used if distributed builds are
enabled (see nix.distributedBuilds)
|
| nix.registry | User level flake registry.
|
| nix.channels | A declarative alternative to Nix channels
|
| nix.distributedBuilds | Whether to distribute builds to the machines listed in
nix.buildMachines.
|