From ff59dd871f511e77f223442858f5c5b40d673abd Mon Sep 17 00:00:00 2001 From: rycee Date: Sat, 24 Jun 2023 10:11:08 +0000 Subject: [PATCH] deploy: 29872a1c8f5ed2fde270afb0583d1fabce5e0459 --- nix-darwin-options.html | 44 +---------------------------------------- nixos-options.html | 44 +---------------------------------------- options.html | 44 +---------------------------------------- 3 files changed, 3 insertions(+), 129 deletions(-) diff --git a/nix-darwin-options.html b/nix-darwin-options.html index 467306ff..2c46f476 100644 --- a/nix-darwin-options.html +++ b/nix-darwin-options.html @@ -1,47 +1,5 @@ -Appendix C. nix-darwin Module Options

Appendix C. nix-darwin Module Options

_module.args

Additional arguments passed to each module in addition to ones -like `lib`, `config`, -and `pkgs`, `modulesPath`. - -This option is also available to all submodules. Submodules do not -inherit args from their parent module, nor do they provide args to -their parent module or sibling submodules. The sole exception to -this is the argument `name` which is provided by -parent modules to a submodule and contains the attribute name -the submodule is bound to, or a unique generated name if it is -not bound to an attribute. - -Some arguments are already passed by default, of which the -following *cannot* be changed with this option: -- {var}`lib`: The nixpkgs library. -- {var}`config`: The results of all options after merging the values from all modules together. -- {var}`options`: The options declared in all modules. -- {var}`specialArgs`: The `specialArgs` argument passed to `evalModules`. -- All attributes of {var}`specialArgs` - - Whereas option values can generally depend on other option values - thanks to laziness, this does not apply to `imports`, which - must be computed statically before anything else. - - For this reason, callers of the module system can provide `specialArgs` - which are available during import resolution. - - For NixOS, `specialArgs` includes - {var}`modulesPath`, which allows you to import - extra modules from the nixpkgs package tree without having to - somehow make the module aware of the location of the - `nixpkgs` or NixOS directories. - ``` - { modulesPath, ... }: { - imports = [ - (modulesPath + "/profiles/minimal.nix") - ]; - } - ``` - -For NixOS, the default value for this option includes at least this argument: -- {var}`pkgs`: The nixpkgs package set according to - the {option}`nixpkgs.pkgs` option.

Type: lazy attribute set of raw value

Declared by:

+Appendix C. nix-darwin Module Options

Appendix C. nix-darwin Module Options

_module.args

Type: lazy attribute set of raw value

Declared by:

<home-manager/lib/modules.nix>
home-manager.backupFileExtension

On activation move existing files by appending the given file extension rather than exiting with an error.

Type: null or string

Default: null

Example: "backup"

Declared by:

diff --git a/nixos-options.html b/nixos-options.html index 37a0f4a6..504996e6 100644 --- a/nixos-options.html +++ b/nixos-options.html @@ -1,47 +1,5 @@ -Appendix B. NixOS Module Options

Appendix B. NixOS Module Options

_module.args

Additional arguments passed to each module in addition to ones -like `lib`, `config`, -and `pkgs`, `modulesPath`. - -This option is also available to all submodules. Submodules do not -inherit args from their parent module, nor do they provide args to -their parent module or sibling submodules. The sole exception to -this is the argument `name` which is provided by -parent modules to a submodule and contains the attribute name -the submodule is bound to, or a unique generated name if it is -not bound to an attribute. - -Some arguments are already passed by default, of which the -following *cannot* be changed with this option: -- {var}`lib`: The nixpkgs library. -- {var}`config`: The results of all options after merging the values from all modules together. -- {var}`options`: The options declared in all modules. -- {var}`specialArgs`: The `specialArgs` argument passed to `evalModules`. -- All attributes of {var}`specialArgs` - - Whereas option values can generally depend on other option values - thanks to laziness, this does not apply to `imports`, which - must be computed statically before anything else. - - For this reason, callers of the module system can provide `specialArgs` - which are available during import resolution. - - For NixOS, `specialArgs` includes - {var}`modulesPath`, which allows you to import - extra modules from the nixpkgs package tree without having to - somehow make the module aware of the location of the - `nixpkgs` or NixOS directories. - ``` - { modulesPath, ... }: { - imports = [ - (modulesPath + "/profiles/minimal.nix") - ]; - } - ``` - -For NixOS, the default value for this option includes at least this argument: -- {var}`pkgs`: The nixpkgs package set according to - the {option}`nixpkgs.pkgs` option.

Type: lazy attribute set of raw value

Declared by:

+Appendix B. NixOS Module Options

Appendix B. NixOS Module Options

_module.args

Type: lazy attribute set of raw value

Declared by:

<home-manager/lib/modules.nix>
home-manager.backupFileExtension

On activation move existing files by appending the given file extension rather than exiting with an error.

Type: null or string

Default: null

Example: "backup"

Declared by:

diff --git a/options.html b/options.html index 9ce5a240..59f1a348 100644 --- a/options.html +++ b/options.html @@ -1,47 +1,5 @@ -Appendix A. Configuration Options

Appendix A. Configuration Options

_module.args

Additional arguments passed to each module in addition to ones -like `lib`, `config`, -and `pkgs`, `modulesPath`. - -This option is also available to all submodules. Submodules do not -inherit args from their parent module, nor do they provide args to -their parent module or sibling submodules. The sole exception to -this is the argument `name` which is provided by -parent modules to a submodule and contains the attribute name -the submodule is bound to, or a unique generated name if it is -not bound to an attribute. - -Some arguments are already passed by default, of which the -following *cannot* be changed with this option: -- {var}`lib`: The nixpkgs library. -- {var}`config`: The results of all options after merging the values from all modules together. -- {var}`options`: The options declared in all modules. -- {var}`specialArgs`: The `specialArgs` argument passed to `evalModules`. -- All attributes of {var}`specialArgs` - - Whereas option values can generally depend on other option values - thanks to laziness, this does not apply to `imports`, which - must be computed statically before anything else. - - For this reason, callers of the module system can provide `specialArgs` - which are available during import resolution. - - For NixOS, `specialArgs` includes - {var}`modulesPath`, which allows you to import - extra modules from the nixpkgs package tree without having to - somehow make the module aware of the location of the - `nixpkgs` or NixOS directories. - ``` - { modulesPath, ... }: { - imports = [ - (modulesPath + "/profiles/minimal.nix") - ]; - } - ``` - -For NixOS, the default value for this option includes at least this argument: -- {var}`pkgs`: The nixpkgs package set according to - the {option}`nixpkgs.pkgs` option.

Type: lazy attribute set of raw value

Declared by:

+Appendix A. Configuration Options

Appendix A. Configuration Options

_module.args

Type: lazy attribute set of raw value

Declared by:

<home-manager/lib/modules.nix>
accounts.calendar.accounts

List of calendars.

Type: attribute set of (submodule)

Default: { }

Declared by:

<home-manager/modules/accounts/calendar.nix>