diff --git a/options.xhtml b/options.xhtml index c427b73c1..dd74e353c 100644 --- a/options.xhtml +++ b/options.xhtml @@ -11085,6 +11085,38 @@ null or package
Example:
pkgs.nix
Declared by:
+
+
+<home-manager/modules/misc/nix.nix>
+
+ |
nix.channels
+
+
+A declarative alternative to Nix channels. Whereas with stock channels, +you would register URLs and fetch them into the Nix store with +nix-channel(1), this option allows you to register the store +path directly. One particularly useful example is registering flake +inputs as channels.
This option can coexist with stock Nix channels. If the same channel is +defined in both, this option takes precedence.
+ +Type: +attribute set of package
+ +Default:
+{ }
Example:
+{ inherit nixpkgs; }
Declared by:
@@ -11259,6 +11291,65 @@ boolean |
nix.keepOldNixPath
+
+
+Whether nix.nixPath
should keep the previously set values in
+NIX_PATH
.
Type: +boolean
+ +Default:
+true
Example:
+false
Declared by:
+
+
+<home-manager/modules/misc/nix.nix>
+
+ |
nix.nixPath
+
+
+Adds new directories to the Nix expression search path.
Used by Nix when looking up paths in angular brackets
+(e.g. <nixpkgs>
).
Type: +list of string
+ +Default:
+[ ]
Example:
[
+ "$HOME/.nix-defexpr/channels"
+ "darwin-config=$HOME/.config/nixpkgs/darwin-configuration.nix"
+]
+
+
+Declared by:
+
+
+<home-manager/modules/misc/nix.nix>
+
+ |
nix.registry
@@ -49693,7 +49784,7 @@ strings concatenated with ā\nā
list of (string or package)
Default:
[
- <derivation vimplugin-vim-sensible-2023-03-29>
+ <derivation vimplugin-vim-sensible-2024-06-08>
]