dependencies.coreutils.enable
Whether to add coreutils to dependencies.
Type: boolean
Default:
false
Declared by:
dependencies.coreutils.package
The coreutils package to use.
Type: package
Default:
pkgs.coreutils
Example:
pkgs.uutils-coreutils
Declared by:
dependencies.coreutils.packageFallback
When enabled, the coreutils package will be added to the end of the PATH (suffix) instead of the beginning (prefix).
This can be useful if you want local versions (e.g. from a devshell) to override the Nixvim version.
Type: boolean
Default:
false
Declared by: