mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
parent
179ce0aacf
commit
099cbcf13e
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@ let
|
|||
specialArgs = {
|
||||
lib = extendedLib;
|
||||
nixosConfig = config;
|
||||
modulesPath = ../modules;
|
||||
} // cfg.extraSpecialArgs;
|
||||
modules = [
|
||||
({ name, ... }: {
|
||||
|
@ -72,7 +73,6 @@ in {
|
|||
extraSpecialArgs = mkOption {
|
||||
type = types.attrs;
|
||||
default = { };
|
||||
example = literalExample "{ modulesPath = ../modules; }";
|
||||
description = ''
|
||||
Extra <literal>specialArgs</literal> passed to Home Manager.
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue