Adds new directories to the Nix expression search path.
Used by Nix when looking up paths in angular brackets (e.g. <nixpkgs>
).
Declarations
Type
list of string
Default
[ ]
Example
[
"$HOME/.nix-defexpr/channels"
"darwin-config=$HOME/.config/nixpkgs/darwin-configuration.nix"
]
Sign in to create a configuration using this setting.